summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-23 16:08:04 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-23 16:08:04 +0300
commitf1c4e805ed97de76b7032e2cec4f04cc2f44e66a (patch)
tree9e1d93538f4d2a053f9dccab6915f228fee5d712
parentAdd ports used by api in Dockerfile (diff)
downloadserver-f1c4e805ed97de76b7032e2cec4f04cc2f44e66a.tar.xz
Undo mistake in Dockerfile
Diffstat (limited to '')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile

index 3fbf9115..1113978f 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,7 +1,8 @@ FROM node:lts-alpine WORKDIR /usr/src/fosscord-api -COPY . . +COPY package.json . RUN npm install RUN npx patch-package +COPY . . EXPOSE 3001 CMD ["npm", "start"] \ No newline at end of file