We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d50c4c commit c58a1b7Copy full SHA for c58a1b7
Dockerfile
@@ -39,6 +39,7 @@ WORKDIR /app
39
ENV TZ=Asia/Shanghai
40
41
RUN chmod 777 /app
42
+RUN mkdir /app/logs
43
RUN chmod 777 /app/logs
44
COPY --from=publish /app/publish .
45
COPY --from=ui /app/dist ./wwwroot
0 commit comments