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

grrrr

parent 2d5b6293
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ RUN for i in $(seq 16); do \
# Add go webserver
COPY ./bin/web ${BIN}/goweb
ARG LIB_PATH=''
ENV GOEMAXIMA_LIB_PATH=$LIB_PATH
ARG MAX_LIB_PATH=''
ENV GOEMAXIMA_LIB_PATH=$MAX_LIB_PATH
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