Skip test dependencies in Docker image.
This commit is contained in:
parent
33249899ae
commit
e3d1d19352
|
|
@ -4,7 +4,7 @@ RUN mkdir -p /usr/src/app
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package.json /usr/src/app/
|
||||
RUN npm install
|
||||
RUN npm install --production
|
||||
COPY . /usr/src/app
|
||||
|
||||
COPY docker/scripts/start.sh /start.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue