mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
i screwed up the dockerfile
This commit is contained in:
parent
0c35d5a8c2
commit
f421d4558a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
LABEL maintainer="Jonas Winkler <dev@jpwinkler.de>"
|
||||
|
||||
###############################################################################
|
||||
### Front end ###
|
||||
###############################################################################
|
||||
|
|
@ -81,3 +79,5 @@ RUN sudo -HEu paperless python3 manage.py collectstatic --clear --no-input
|
|||
VOLUME ["/usr/src/paperless/data", "/usr/src/paperless/consume", "/usr/src/paperless/export"]
|
||||
ENTRYPOINT ["/sbin/docker-entrypoint.sh"]
|
||||
CMD ["python3", "manage.py", "--help"]
|
||||
|
||||
LABEL maintainer="Jonas Winkler <dev@jpwinkler.de>"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
|
||||
webserver:
|
||||
build: .
|
||||
image: paperless_app
|
||||
image: paperless-ng
|
||||
#restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue