Skip to content

Commit

Permalink
fix nginx?
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Nov 28, 2023
1 parent 50559f4 commit 4cc8338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:alpine-slim
EXPOSE 80
COPY nginx.conf /etc/nginx/sites-enabled/serve.conf
COPY nginx.conf /etc/nginx/conf.d/serve.conf
COPY dist /data/www

0 comments on commit 4cc8338

Please sign in to comment.