Update Dockerfile to remove unused volume configuration
- Removed the "/config" volume from the Dockerfile, simplifying the container's volume management.
This commit is contained in:
+1
-1
@@ -34,6 +34,6 @@ USER scratchbox
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
VOLUME ["/data", "/config"]
|
VOLUME ["/data"]
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user