mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +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 && \
|
cd $GOPATH/src/github.com/mickael-kerjean && \
|
||||||
git clone --depth 1 https://github.com/mickael-kerjean/filestash && \
|
git clone --depth 1 https://github.com/mickael-kerjean/filestash && \
|
||||||
cd filestash && \
|
cd filestash && \
|
||||||
mkdir -p ./dist/data/ && \
|
mkdir -p ./dist/data/state/ && \
|
||||||
mv config ./dist/data/ && \
|
mv config ./dist/data/state/ && \
|
||||||
#################
|
#################
|
||||||
# Compile Frontend
|
# Compile Frontend
|
||||||
npm install && \
|
npm install && \
|
||||||
|
|
@ -79,7 +79,7 @@ RUN mkdir -p $GOPATH/src/github.com/mickael-kerjean/ && \
|
||||||
chown -R filestash:filestash /app/
|
chown -R filestash:filestash /app/
|
||||||
|
|
||||||
EXPOSE 8334
|
EXPOSE 8334
|
||||||
VOLUME ["/app/data/config/"]
|
VOLUME ["/app/data/"]
|
||||||
WORKDIR "/app"
|
WORKDIR "/app"
|
||||||
USER filestash
|
USER filestash
|
||||||
CMD ["/app/filestash"]
|
CMD ["/app/filestash"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue