mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 00:54:16 +00:00
Merge pull request #133 from DiegoMagdaleno/master
Setup: Dockerize the API
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user