This commit is contained in:
Graham Steffaniak 2023-09-02 19:17:31 -05:00
parent 99c8bf8036
commit ea77a1962a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN apk --no-cache add \
VOLUME /srv VOLUME /srv
EXPOSE 8080 EXPOSE 8080
WORKDIR / WORKDIR /
COPY --from=base /app/.filebrowser.json /.filebrowser.json COPY --from=base /app/settings/filebrowser.yaml /filebrowser.yaml
COPY --from=base /app/filebrowser /filebrowser COPY --from=base /app/filebrowser /filebrowser
COPY --from=nbuild /app/dist/ /frontend/dist/ COPY --from=nbuild /app/dist/ /frontend/dist/
ENTRYPOINT [ "./filebrowser" ] ENTRYPOINT [ "./filebrowser" ]