Merge pull request #547 from crawlab-team/develop

fixed https://github.com/crawlab-team/crawlab/issues/546
This commit is contained in:
Marvin Zhang
2020-02-12 11:50:48 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ COPY --from=frontend-build /app/conf/crawlab.conf /etc/nginx/conf.d
# working directory
WORKDIR /app/backend
# timezone environment
ENV TZ Asia/Shanghai
# frontend port
EXPOSE 8080

View File

@@ -52,6 +52,9 @@ COPY --from=frontend-build /app/conf/crawlab.conf /etc/nginx/conf.d
# working directory
WORKDIR /app/backend
# timezone environment
ENV TZ Asia/Shanghai
# frontend port
EXPOSE 8080