mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-01 22:04:16 +00:00
Start of docker refactor
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user