Skip to content

Commit

Permalink
Update Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois authored Jul 1, 2024
1 parent 5f85538 commit e574139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY --from=builder --chown=$NGINX_USER:$NGINX_GROUP /bauhaus/config/nginx.conf /etc/nginx/conf.d/nginx.conf

# Add entrypoint
COPY --chown=$NGINX_USER:$NGINX_GROUP /bauhaus/app/entrypoint.sh /entrypoint.sh
COPY --from=builder --chown=$NGINX_USER:$NGINX_GROUP /bauhaus/app/entrypoint.sh /entrypoint.sh
RUN chmod 755 /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]

Expand Down

0 comments on commit e574139

Please sign in to comment.