Skip to content

Commit

Permalink
fix: dockerfile missing logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Nov 4, 2018
1 parent 3a846b0 commit de10a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ LABEL maintainer="requarks.io"
RUN apk update && \
apk add bash curl git openssh supervisor --no-cache && \
rm -rf /var/cache/apk/* && \
mkdir -p /var/wiki
mkdir -p /var/wiki && \
mkdir -p /logs

WORKDIR /var/wiki

Expand Down

0 comments on commit de10a55

Please sign in to comment.