mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
Make path to data folder consistent
This commit is contained in:
parent
cd15b2377b
commit
5abb89c421
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN apk add --no-cache su-exec && \
|
|||
-g taskchampion taskchampion && \
|
||||
install -d -m1755 -o1092 -g1092 "/var/lib/taskchampion-sync-server"
|
||||
EXPOSE 8080
|
||||
VOLUME /var/lib/task-champion-sync-server/data
|
||||
VOLUME /var/lib/taskchampion-sync-server/data
|
||||
COPY docker-entrypoint.sh /bin
|
||||
ENTRYPOINT [ "/bin/docker-entrypoint.sh" ]
|
||||
CMD [ "/bin/taskchampion-sync-server" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue