feature/use-buildkit (#11)
All checks were successful
Docker Build Workflow / Lint Dockerfile (push) Successful in 4s
Docker Build Workflow / Build and Push Docker Image (push) Successful in 42s

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2025-10-31 12:03:30 +01:00
parent 1ff7fbc922
commit cb15a68c2d
5 changed files with 91 additions and 73 deletions

View File

@@ -1,5 +1,7 @@
# https://hub.docker.com/_/monica
FROM monica:$GIT_TAG
# Default to 'latest' if GIT_TAG is not provided
ARG GIT_TAG=latest
FROM monica:${GIT_TAG}
RUN \
# Use the default production configuration