Merge pull request #112 from awilkins/fix/data-path

Make path to data folder consistent
This commit is contained in:
Dustin J. Mitchell 2025-04-15 14:16:32 -04:00 committed by GitHub
commit 67b441081d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ]