Skip to content

Commit aa5b595

Browse files
committed
fix(build script): change init shell
1 parent a176463 commit aa5b595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefever.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN ln -s ./env/env.yaml ./env.yaml && ln -s ./env/config.yaml ./config.yaml
4545

4646
# initialize container
4747
RUN chmod +x ./misc/initailize_container.sh ./misc/system_init.sh
48-
CMD ./misc/system_init.sh
48+
CMD ["/bin/bash", "./misc/system_init.sh"]
4949

5050
# USAGE:
5151
# docker build --no-cache -f ./codefever.build -t pgyer/codefever-community .

0 commit comments

Comments
 (0)