Skip to content

Commit

Permalink
Added nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Enigma036 committed Sep 23, 2024
1 parent c6e89f0 commit fb1dc0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ FROM nginx:alpine

COPY --from=build /app/dist /usr/share/nginx/html

COPY nginx.conf /etc/nginx/conf.d/default.conf

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit fb1dc0f

Please sign in to comment.