Trigger action to run
Some checks are pending
Docker publish rootless / build (linux/amd64) (push) Waiting to run
Docker publish rootless / build (linux/arm/v7) (push) Waiting to run
Docker publish rootless / build (linux/arm64) (push) Waiting to run
Docker publish rootless / merge (push) Blocked by required conditions
Update Currencies / update-currencies (push) Waiting to run

Testing Docker actions following cycle of PAT
This commit is contained in:
Katos
2025-01-09 12:23:55 +00:00
committed by GitHub
parent 44bdca8c21
commit 344489819c

View File

@@ -88,7 +88,7 @@ WORKDIR /app
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
CMD [ "wget", "--no-verbose", "--tries=1", "-O", "-", "http://localhost:7745/api/v1/status" ]
# Persist volume
# Persist volume for data
VOLUME [ "/data" ]
# Entrypoint and CMD