Update Dockerfile to remove unused volume configuration
CI / Go Tests (push) Successful in 12s
CI / Build (push) Successful in 9s
Format / gofmt (push) Successful in 6s

- Removed the "/config" volume from the Dockerfile, simplifying the container's volume management.
This commit is contained in:
2026-06-01 04:44:17 -05:00
parent 34a0198952
commit ded1bb290b
+1 -1
View File
@@ -34,6 +34,6 @@ USER scratchbox
EXPOSE 8080
VOLUME ["/data", "/config"]
VOLUME ["/data"]
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]