Funky config stuff gives me a headache

This commit is contained in:
2021-04-03 03:26:48 +11:00
parent e34bcb2aa8
commit 93c8c0f871
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:15
WORKDIR "/app"
COPY package*.json ./
COPY . /app
RUN "npm install --production"
RUN npm install --production
EXPOSE 3200
USER node
ENTRYPOINT ["bash", "-c"]