Start of docker refactor

This commit is contained in:
TheArcaneBrony
2022-09-07 08:53:13 +02:00
parent 58111e9df4
commit 4e393a7bbe
7 changed files with 16 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
if [ ! -d "node_modules" ]; then apk add --no-cache --update python3 py-pip make gcc; ln -s /usr/bin/python3 /usr/bin/python; npm run setup; fi
if [ ! -d 'dist' ]; then npm run build; fi