mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-12 19:28:21 +00:00
Building now creates log directory by itself
This commit is contained in:
parent
f96a5e2b1a
commit
0f7986ff36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user