1
0
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:
Paul Munteanu 2021-05-29 22:36:41 +03:00
parent fbfe757c9e
commit 20cbccf6cf
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917

View File

@ -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