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 e10452b commit c368f08Copy full SHA for c368f08
epicshop/Dockerfile
@@ -13,8 +13,8 @@ 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} \
17
- && find ${EPICSHOP_CONTEXT_CWD} -name "data.db" -delete
+RUN git clone --depth 1 ${EPICSHOP_REPO} ${EPICSHOP_CONTEXT_CWD} && \
+ find ${EPICSHOP_CONTEXT_CWD} -name "data.db" -delete
18
19
ADD . .
20
0 commit comments