Skip to content

Commit 540730a

Browse files
committed
delete databases in dockerfile
1 parent f2fb8cf commit 540730a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

epicshop/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WORKDIR /myapp
1414

1515
# Clone the workshop repo during build time, excluding database files
1616
RUN git clone --depth 1 ${EPICSHOP_REPO} ${EPICSHOP_CONTEXT_CWD}
17+
find ${EPICSHOP_CONTEXT_CWD} -name "data.db" -delete
1718

1819
ADD . .
1920

0 commit comments

Comments
 (0)