Funky config stuff gives me a headache
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM node:15
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
COPY . /app
|
||||
RUN "npm install --production"
|
||||
RUN npm install --production
|
||||
EXPOSE 3300
|
||||
USER node
|
||||
ENTRYPOINT ["bash", "-c"]
|
||||
|
||||
Reference in New Issue
Block a user