Removed unwanted VOLUME as it has unintended side-effects
This commit is contained in:
parent
4fb0a8d726
commit
2f05e7f60e
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ COPY --from=node-build-env /appclient/root/ /
|
|||
|
||||
# ports and volumes
|
||||
EXPOSE 6500
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
# Check Status
|
||||
HEALTHCHECK --interval=30s --timeout=30s --start-period=30s --retries=3 CMD curl --fail http://localhost:6500 || exit
|
||||
|
|
|
|||
Loading…
Reference in a new issue