mirror of https://github.com/CIRCL/AIL-framework
Fix docekrfile CMD
parent
d19dd72f99
commit
10ea615d52
|
@ -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 New Issue