Update Dockerfile

This commit is contained in:
2023-09-12 21:18:40 +02:00
committed by GitHub
parent b6271ac537
commit b76081ad4d

View File

@@ -19,5 +19,4 @@ RUN rm /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 8084
ENTRYPOINT []
#CMD ["sh", "-c", "while true; do sleep 1; done"]
CMD ["sh", "-c", "nginx && /filebrowser --config /config/settings.json"]