Skip to content

Commit aa7b0b6

Browse files
committed
Update docker file
1 parent d1494cf commit aa7b0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:focal
22

3-
# COPY pre-entrypoint.sh /pre-entrypoint.sh
3+
COPY pre-entrypoint.sh /pre-entrypoint.sh
44
COPY entrypoint.sh /entrypoint.sh
5-
# COPY post-entrypoint.sh /post-entrypoint.sh
5+
COPY post-entrypoint.sh /post-entrypoint.sh
66

77
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)