Building now creates log directory by itself

This commit is contained in:
Nils Bergmann 2021-12-14 20:19:00 +01:00
parent f96a5e2b1a
commit 0f7986ff36
No known key found for this signature in database
GPG Key ID: 5FAEC08EE1DC2DF9

View File

@ -51,7 +51,6 @@ WORKDIR /app
COPY --from=build /build/build /app
RUN mkdir /app/logs
RUN mkdir -p /build/build && ln -s /app/_deps /build/build/_deps
COPY docker/start_server.sh /start_server.sh