Skip to content

Commit 59fb9f9

Browse files
committed
Dockerfile fix
1 parent 3133a73 commit 59fb9f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ COPY Data/crontab /etc/crontabs/root
3232

3333
WORKDIR $JACRED_HOME
3434

35+
RUN mkdir -p Data/fdb && \
36+
mkdir -p Data/temp && \
37+
mkdir -p Data/log && \
38+
mkdir -p Data/tracks
39+
3540
EXPOSE 9117
3641

3742
HEALTHCHECK CMD wget --quiet --timeout=10 --spider http://127.0.0.1:9117 || exit 1

0 commit comments

Comments
 (0)