Some changes
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 52s

This commit is contained in:
2025-02-11 17:05:21 -05:00
parent 0e3ef7d956
commit b6d88a0ae8
8 changed files with 55 additions and 8 deletions

View File

@ -24,7 +24,7 @@ ARG VENDOR
LABEL org.label-schema.build-date=$BUILD_DATE \
# org.label-schema.name=$NAME \
# org.label-schema.description="Example of multi-stage docker build" \
org.label-schema.url="https://savin.nyc" \
org.label-schema.url="https://alex.savin.nyc" \
org.label-schema.vcs-url=https://github.com/alex-savin/$VCS_URL \
# org.label-schema.vcs-ref=$VCS_REF \
# org.label-schema.vendor=$VENDOR \
@ -32,4 +32,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.schema-version="1.0"
# org.label-schema.docker.cmd="docker run -d alextanhongpin/hello-world"
CMD ["./go-receipt-tracker"]
VOLUME /app/blobs
VOLUME /app/config
CMD ["./go-receipt-tracker"]