We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8c9d0 commit 7e5b434Copy full SHA for 7e5b434
Dockerfile
@@ -4,14 +4,9 @@ EXPOSE 8080
4
# Create app directory
5
WORKDIR /usr/src/app
6
7
-# Install app dependencies
8
-# A wildcard is used to ensure both package.json AND package-lock.json are copied
9
-# where available (npm@5+)
10
COPY package*.json ./
11
12
RUN npm install --only=production
13
-# If you are building your code for production
14
-# RUN npm install --only=production
15
16
ENV HOST 0.0.0.0
17
ENV PORT 8080
0 commit comments