mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-23 16:35:39 +00:00
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/"]
|
||||
Reference in New Issue
Block a user