Skip to content

Commit a92e07d

Browse files
committed
fix dockerfile
1 parent f27110d commit a92e07d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

epicshop/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ 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}
1817

1918
ADD . .
2019

0 commit comments

Comments
 (0)