mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 20:15:48 +00:00
Undo mistake in Dockerfile
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM node:lts-alpine
|
||||
WORKDIR /usr/src/fosscord-api
|
||||
COPY . .
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
RUN npx patch-package
|
||||
COPY . .
|
||||
EXPOSE 3001
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user