Skip to content

Commit

Permalink
nginx directory frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lai authored and Alexander Lai committed Aug 4, 2024
1 parent a566366 commit dac718d
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
Expand Up @@ -32,7 +32,7 @@ RUN yarn run build

# nginx state for serving content
FROM nginx:1.25.0-alpine
COPY ./.nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./frontend/.nginx/nginx.conf /etc/nginx/nginx.conf
# Set working directory to nginx asset directory
WORKDIR /usr/share/nginx/html
# Remove default nginx static assets
Expand Down

0 comments on commit dac718d

Please sign in to comment.