fix: dockerfile had the wrong strings
This commit is contained in:
parent
05b2c3b662
commit
d3c1db04c2
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ WORKDIR /app
|
|||
COPY ./static ./static
|
||||
|
||||
ENV RUST_LOG=info
|
||||
ENV RAVE_STORAGE_DIR=/data
|
||||
ENV RAVE_STORAGE_DIR=/storage
|
||||
ENV RAVE_CACHE_DIR=/cache
|
||||
|
||||
VOLUME [ "/data", "/cache" ]
|
||||
VOLUME [ "/storage", "/cache" ]
|
||||
|
||||
ENTRYPOINT ["/rave"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue