mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-13 06:02:39 +01:00
Undo mistake in Dockerfile
This commit is contained in:
parent
a0746a12ab
commit
f1c4e805ed
@ -1,7 +1,8 @@
|
|||||||
FROM node:lts-alpine
|
FROM node:lts-alpine
|
||||||
WORKDIR /usr/src/fosscord-api
|
WORKDIR /usr/src/fosscord-api
|
||||||
COPY . .
|
COPY package.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npx patch-package
|
RUN npx patch-package
|
||||||
|
COPY . .
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
Loading…
Reference in New Issue
Block a user