docker file
This commit is contained in:
parent
9ff167e18d
commit
4b181b53c0
|
|
@ -10,7 +10,7 @@ WORKDIR /usr/src/app
|
||||||
COPY package*.json /usr/src/app/
|
COPY package*.json /usr/src/app/
|
||||||
|
|
||||||
# RUN npm install --force
|
# RUN npm install --force
|
||||||
# RUN npm install -g npm@latest
|
RUN npm install -g npm@latest
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Copying source files
|
# Copying source files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue