Update Dockerfile.dev

This commit is contained in:
Nawaz Dhandala 2021-06-29 13:34:21 +00:00
parent 37b9d90b77
commit 103f4b7077

View File

@ -15,7 +15,7 @@ RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/master/contri
# Install app dependencies
RUN cd /usr/src/app
# RUN mkdir -p greenlock.d
RUN mkdir -p greenlock.d || echo "Directory already exists"
# Copy package.json files
COPY ./package.json /usr/src/app/package.json