Skip to content

Commit

Permalink
ci: update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <[email protected]>
  • Loading branch information
matoushavlena authored Dec 12, 2024
1 parent ec1c3ec commit 2b2f99b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ COPY --from=builder /app/nginx/nginx.conf /etc/nginx/
COPY --from=builder /app/nginx/default.conf.template /etc/nginx/templates/
COPY --from=builder /app/dist /usr/share/nginx/html

EXPOSE 80
RUN chmod -R u+wx /etc/nginx/conf.d

EXPOSE 8080

0 comments on commit 2b2f99b

Please sign in to comment.