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 60bb145 commit cd364ffCopy full SHA for cd364ff
epicshop/Dockerfile
@@ -13,7 +13,7 @@ ENV NODE_ENV="production"
13
WORKDIR /myapp
14
15
# Clone the workshop repo during build time, excluding database files
16
-RUN git clone --depth 1 ${EPICSHOP_REPO} ${EPICSHOP_CONTEXT_CWD}
+RUN git clone --depth 1 ${EPICSHOP_REPO} ${EPICSHOP_CONTEXT_CWD} \
17
find ${EPICSHOP_CONTEXT_CWD} -name "data.db" -delete
18
19
ADD . .
0 commit comments