indentation

This commit is contained in:
David Abutbul 2022-01-26 13:10:03 +02:00
parent 0240a13043
commit 8f56b7e48c
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ RUN apt-get update \
unrar-free \
p7zip-full \
&& npm install -g pm2 \
&& cd /enigma-bbs && npm install --only=production \
&& cd /enigma-bbs && npm install --only=production \
&& pm2 start main.js \
&& mkdir -p /enigma-bbs-pre/art \
&& mkdir -p /enigma-bbs-pre/art \
&& mkdir /enigma-bbs-pre/mods \
&& mkdir /enigma-bbs-pre/config \
&& cp -rp art/* ../enigma-bbs-pre/art/ \