mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 14:35:27 +00:00
Remove obsolete npx patch-package command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user