mirror of
https://github.com/Cernobor/oko-server.git
synced 2025-02-24 08:27:17 +00:00
Docker: add default to ARG to suppress a warning
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
17256ad351
commit
4234c29ae2
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.15.0 AS build
|
FROM alpine:3.15.0 AS build
|
||||||
|
|
||||||
ARG CAPROVER_GIT_COMMIT_SHA
|
ARG CAPROVER_GIT_COMMIT_SHA=""
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
COPY . /oko-server/git
|
COPY . /oko-server/git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user