mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-02-07 10:31:15 +01:00
12 lines
225 B
Docker
12 lines
225 B
Docker
frOM busybox as base
|
|
cOpy lint.Dockerfile .
|
|
|
|
from scratch
|
|
MAINTAINER moby@example.com
|
|
COPy --from=base \
|
|
/lint.Dockerfile \
|
|
/
|
|
|
|
CMD [ "echo", "Hello, Norway!" ]
|
|
CMD [ "echo", "Hello, Sweden!" ]
|
|
ENTRYPOINT my-program start
|