Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliaweni authored Dec 20, 2023
1 parent a13e4af commit b34659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
COPY --from=build /install /usr/local
COPY --chown=${APP_USER}:${APP_GROUP} . ${APP_PATH}

USER "${APP_USER}:${APP_USER}"
USER "${APP_USER}:${APP_GROUP}"
EXPOSE 8080
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["bash", "-e", "/entrypoint.sh"]
Expand Down

0 comments on commit b34659b

Please sign in to comment.