Merge pull request #181 from lanyulei/dev

fix: fix bug.
This commit is contained in:
lanyulei 2021-04-25 14:55:45 +08:00 committed by GitHub
commit 6927800f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WORKDIR /opt/ferry
COPY --from=build /opt/ferry/ferry /opt/ferry/
COPY config/ /opt/ferry/default_config/
COPY template/ /opt/ferry/template/
COPY entrypoint.sh /opt/ferry/
COPY docker/entrypoint.sh /opt/ferry/
RUN mkdir -p logs static/uploadfile static/scripts static/template
RUN chmod 755 /opt/ferry/entrypoint.sh