fix: fix bug.

This commit is contained in:
YuleiLan 2021-04-25 14:55:11 +08:00
parent a5aeaa44ef
commit 76f8b53d57
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