mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-06 21:50:39 +08:00
fix(build script): change init shell
This commit is contained in:
@@ -45,7 +45,7 @@ RUN ln -s ./env/env.yaml ./env.yaml && ln -s ./env/config.yaml ./config.yaml
|
||||
|
||||
# initialize container
|
||||
RUN chmod +x ./misc/initailize_container.sh ./misc/system_init.sh
|
||||
CMD ./misc/system_init.sh
|
||||
CMD ["/bin/bash", "./misc/system_init.sh"]
|
||||
|
||||
# USAGE:
|
||||
# docker build --no-cache -f ./codefever.build -t pgyer/codefever-community .
|
||||
|
||||
Reference in New Issue
Block a user