code working

This commit is contained in:
Alexandre
2021-01-25 14:29:20 +01:00
committed by GitHub
parent 3df2600743
commit f10c825b49

View File

@@ -26,6 +26,7 @@ RUN \
&& mkdir -p /data/joal \
&& tar zxvf /tmp/joal.tar.gz -C /data/joal \
&& chown -R $(id -u):$(id -g) /data/joal \
&& rm /data/joal/jack-of* \
#Clean
&& rm -fr \
/tmp/* \