mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Fix docekrfile CMD
This commit is contained in:
parent
d19dd72f99
commit
10ea615d52
1 changed files with 2 additions and 2 deletions
|
@ -25,5 +25,5 @@ ENV LANG C.UTF-8
|
|||
|
||||
RUN ./pystemon/install.sh
|
||||
|
||||
COPY docker.sh /docker.sh
|
||||
ENTRYPOINT ["/bin/bash", "docker.sh"]
|
||||
COPY docker_start.sh /docker_start.sh
|
||||
ENTRYPOINT ["/bin/bash", "docker_start.sh"]
|
||||
|
|
Loading…
Reference in a new issue