Skip to content

Commit

Permalink
fix: nginx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Sep 14, 2023
1 parent 638b983 commit ef62804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ RUN yarn workspace client build
# Create client container
FROM nginx:1.21.3-alpine as client
COPY --from=build /base/client/build /usr/share/nginx/html/meeting
COPY nginx/default.conf /etc/nginx/conf.d
COPY ./client/nginx/default.conf /etc/nginx/conf.d
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit ef62804

Please sign in to comment.