Skip to content

Commit

Permalink
Fix dockerfile config (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeinAsylum authored Feb 4, 2025
1 parent 933c936 commit 7aa480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:1.21
COPY /home/runner/work/dashboard/dashboard/dist /usr/share/nginx/html
COPY dist/browser /usr/share/nginx/html
COPY nginx.conf /etc/nginx/vhosts.d/dashboard.conf

0 comments on commit 7aa480f

Please sign in to comment.