mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 20:52:42 +01:00
Fix requirements with python
This commit is contained in:
parent
b610e3f872
commit
3de9a61c05
@ -1,8 +1,7 @@
|
||||
FROM alpine
|
||||
RUN apk add --update nodejs npm
|
||||
FROM nikolaik/python-nodejs:latest
|
||||
WORKDIR /usr/src/fosscord-server/
|
||||
COPY . .
|
||||
WORKDIR /usr/src/fosscord-server/bundle
|
||||
RUN npm run setup
|
||||
EXPOSE 3001
|
||||
CMD [ "npm", "run", "start:bundle" ]
|
||||
CMD [ "npm", "run", "start:bundle" ]
|
||||
|
Loading…
Reference in New Issue
Block a user