mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
Undo mistake in Dockerfile
This commit is contained in:
parent
e69464684e
commit
84b6c16c3b
@ -1,11 +1,12 @@
|
||||
FROM node:lts-alpine
|
||||
WORKDIR /usr/src/fosscord-gateway
|
||||
COPY . .
|
||||
COPY package.json .
|
||||
RUN apk --no-cache --virtual build-dependencies add \
|
||||
python \
|
||||
make \
|
||||
g++
|
||||
RUN npm install
|
||||
RUN apk del build-dependencies
|
||||
COPY . .
|
||||
EXPOSE 3002
|
||||
CMD ["npm", "start"]
|
Loading…
Reference in New Issue
Block a user