Skip to content

Commit c368f08

Browse files
committed
i like it this way better
1 parent e10452b commit c368f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epicshop/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ENV NODE_ENV="production"
1313
WORKDIR /myapp
1414

1515
# 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
16+
RUN git clone --depth 1 ${EPICSHOP_REPO} ${EPICSHOP_CONTEXT_CWD} && \
17+
find ${EPICSHOP_CONTEXT_CWD} -name "data.db" -delete
1818

1919
ADD . .
2020

0 commit comments

Comments
 (0)