mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
fix (config): config path was updated
This commit is contained in:
parent
3eb8811e81
commit
ee1ceb7907
1 changed files with 3 additions and 3 deletions
|
|
@ -33,8 +33,8 @@ RUN mkdir -p $GOPATH/src/github.com/mickael-kerjean/ && \
|
|||
cd $GOPATH/src/github.com/mickael-kerjean && \
|
||||
git clone --depth 1 https://github.com/mickael-kerjean/filestash && \
|
||||
cd filestash && \
|
||||
mkdir -p ./dist/data/ && \
|
||||
mv config ./dist/data/ && \
|
||||
mkdir -p ./dist/data/state/ && \
|
||||
mv config ./dist/data/state/ && \
|
||||
#################
|
||||
# Compile Frontend
|
||||
npm install && \
|
||||
|
|
@ -79,7 +79,7 @@ RUN mkdir -p $GOPATH/src/github.com/mickael-kerjean/ && \
|
|||
chown -R filestash:filestash /app/
|
||||
|
||||
EXPOSE 8334
|
||||
VOLUME ["/app/data/config/"]
|
||||
VOLUME ["/app/data/"]
|
||||
WORKDIR "/app"
|
||||
USER filestash
|
||||
CMD ["/app/filestash"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue