Skip to content

Commit 82485bf

Browse files
committed
Add entrypoint file copy to dockerfile and change permissions to enable execution
1 parent 7ca30c7 commit 82485bf

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ FROM scratch
4040
EXPOSE 9090
4141

4242
COPY --from=golayer /console/console .
43+
COPY docker-entrypoint.sh .
4344

4445
USER 1000:1000
4546
ENTRYPOINT [ "./docker-entrypoint.sh" ]

docker-entrypoint.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)