This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user