Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliaweni committed Jan 2, 2025
1 parent f7708f5 commit ecb6af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM nginxinc/nginx-unprivileged:1.25-alpine

COPY --chown=nginx:nginx frontend/nginx.conf /etc/nginx/nginx.conf
COPY --from=builder --chown=nginx:nginx /app/dist /usr/share/nginx/html/preview-prototype/
COPY frontend/docker/docker-entrypoint.sh /
COPY docker/docker-entrypoint.sh /
RUN mv /usr/share/nginx/html/preview-prototype/index.html /usr/share/nginx/html/preview-prototype/index.html.tmpl \
&& cd /usr/share/nginx/html/preview-prototype/ \
&& ln -s /tmp/index.html
Expand Down

0 comments on commit ecb6af9

Please sign in to comment.