summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-29 22:36:41 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-29 22:36:41 +0300
commit20cbccf6cff9b018a2791e11020dc5c9e0fcb435 (patch)
treeb3e5879856f7a4d018a0bc350d9871a0381e23aa
parentDockerfile: run app instead of recompiling (diff)
downloadserver-20cbccf6cff9b018a2791e11020dc5c9e0fcb435.tar.xz
Remove obsolete npx patch-package command
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile

index 66cd6897..4cdb93e6 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -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