mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-14 06:32:36 +01:00
Merge branch 'master' of https://github.com/discord-open-source/discord-api
This commit is contained in:
commit
edce4fc72f
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM node:lts-alpine
|
||||||
|
RUN mkdir -p /usr/src/fosscord-api
|
||||||
|
WORKDIR /usr/src/fosscord-api
|
||||||
|
COPY package.json /usr/src/fosscord-api
|
||||||
|
RUN npm install
|
||||||
|
COPY . /usr/src/fosscord-api
|
||||||
|
CMD ["npm", "start"]
|
Loading…
Reference in New Issue
Block a user