Skip to content

Commit ffed8dd

Browse files
committed
Updated dockerfile syntax
1 parent cdb41da commit ffed8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ ENV PYTHONUNBUFFERED=1 \
7878

7979
WORKDIR /var/www/${appname}
8080

81-
CMD ["/peregrine/dockerrun.bash"]
81+
CMD ["/bin/bash", "-c", "/peregrine/dockerrun.bash"]

0 commit comments

Comments
 (0)