mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-07 19:32:34 +01:00
commit
320fef002e
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node:lts-alpine
|
||||
WORKDIR /usr/src/fosscord-cdn
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3003
|
||||
CMD ["node", "dist/"]
|
Loading…
Reference in New Issue
Block a user