Fixed Dockerfile
This commit is contained in:
parent
5aec35cb43
commit
97c6346953
@ -14,7 +14,7 @@ WORKDIR /opt/stackedit
|
|||||||
|
|
||||||
COPY package*json /opt/stackedit/
|
COPY package*json /opt/stackedit/
|
||||||
COPY gulpfile.js /opt/stackedit/
|
COPY gulpfile.js /opt/stackedit/
|
||||||
RUN npm install \
|
RUN npm install --unsafe-perm \
|
||||||
&& npm cache clean --force
|
&& npm cache clean --force
|
||||||
COPY . /opt/stackedit
|
COPY . /opt/stackedit
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
|
Loading…
Reference in New Issue
Block a user