mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
Remove obsolete npx patch-package command
This commit is contained in:
parent
fbfe757c9e
commit
20cbccf6cf
@ -2,7 +2,6 @@ FROM node:lts-alpine
|
||||
WORKDIR /usr/src/fosscord-api
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
RUN npx patch-package
|
||||
COPY . .
|
||||
EXPOSE 3001
|
||||
RUN npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user