Skip to content

Commit fcae30c

Browse files
committed
Well, I figured out why the date wasn't updating.
1 parent 17ad7c4 commit fcae30c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

containers/installer/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ RUN apt-get update -qq \
2222
# Make the default directory you
2323
WORKDIR /var/app
2424

25-
CMD php -v
26-
25+
CMD sh /var/app/containers/installer/entrypoint.sh
26+
# CMD php -v
2727
# CMD tail -f README.md
2828

29-
# CMD sh /var/app/containers/installer/entrypoint.sh

0 commit comments

Comments
 (0)