Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
allow argument passing to the Docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Jul 30, 2020
1 parent 50ed586 commit 70aeff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ WORKDIR "$BUILD_DIR"

USER $BUILD_USER
VOLUME "$VOLUME_DIR"
ENTRYPOINT "$BUILD_DIR/docker_entrypoint.sh"
COPY docker_entrypoint.sh /usr/bin/
ENTRYPOINT ["docker_entrypoint.sh"]

0 comments on commit 70aeff1

Please # to comment.