Skip to content
Snippets Groups Projects
Commit edb262c7 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

remove

parent 0fdf79f5
No related branches found
No related tags found
No related merge requests found
......@@ -93,5 +93,5 @@ RUN for i in $(seq 16); do \
# Add go webserver
COPY ./bin/web ${BIN}/goweb
CMD rm /dev/tty && rm --one-file-system -rf /tmp/ && exec tini ${BIN}/goweb ${BIN}/maxima-optimised
CMD rm /dev/tty && cd /tmp && rm --one-file-system -rf * && exec tini ${BIN}/goweb ${BIN}/maxima-optimised
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment