1
0
Fork 0

Fix executable name
Build & Release / build-application (push) Successful in 2m14s Details
Build & Release / build-docker-image (push) Successful in 37s Details
Build & Release / deploy-to-production (push) Successful in 3s Details

This commit is contained in:
John Ahlroos 2025-02-15 20:07:48 +01:00
parent 67b2bc2d2c
commit c451e5579a
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ LABEL org.opencontainers.image.authors="john@devsoap.com"
COPY dist/ /app/
RUN chmod +x /app/bin/*
WORKDIR /app
ENTRYPOINT ["/app/bin/server"]
ENTRYPOINT ["/app/bin/tincheck"]