We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a176463 commit aa5b595Copy full SHA for aa5b595
codefever.build
@@ -45,7 +45,7 @@ RUN ln -s ./env/env.yaml ./env.yaml && ln -s ./env/config.yaml ./config.yaml
45
46
# initialize container
47
RUN chmod +x ./misc/initailize_container.sh ./misc/system_init.sh
48
-CMD ./misc/system_init.sh
+CMD ["/bin/bash", "./misc/system_init.sh"]
49
50
# USAGE:
51
# docker build --no-cache -f ./codefever.build -t pgyer/codefever-community .
0 commit comments