Commit 89567b71 authored by NGPixel's avatar NGPixel

fix: dockerfile missing logs dir creation

parent d05f6821
...@@ -3,7 +3,8 @@ LABEL maintainer="requarks.io" ...@@ -3,7 +3,8 @@ LABEL maintainer="requarks.io"
RUN apk update && \ RUN apk update && \
apk add bash curl git openssh supervisor --no-cache && \ apk add bash curl git openssh supervisor --no-cache && \
mkdir -p /var/wiki mkdir -p /var/wiki && \
mkdir -p /logs
WORKDIR /var/wiki WORKDIR /var/wiki
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment