Fix style

This commit is contained in:
Bruno Alla 2021-04-07 21:12:36 +01:00
parent 5a393f1d34
commit e6604f9a7d

View File

@ -78,4 +78,4 @@ RUN chmod +x /start-flower
# copy application code to WORKDIR # copy application code to WORKDIR
COPY . ${APP_HOME} COPY . ${APP_HOME}
ENTRYPOINT ["/entrypoint"] ENTRYPOINT ["/entrypoint"]