Change work dir

This commit is contained in:
Arthur-TRT 2022-05-06 14:00:47 +02:00
parent 535928ab70
commit 3b6eefbb80
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@ RUN apk update \
&& sed -i 's/sudo//g' install.sh && ./install.sh \
#
# ENDING
&& mkdir -p work
&& mkdir -p 42ctf
WORKDIR /work
WORKDIR /42ctf