diff options
| author | diogo464 <[email protected]> | 2024-04-15 12:21:26 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-04-15 12:21:26 +0100 |
| commit | ff207af453ef24534ea850b3d4436173960e31af (patch) | |
| tree | 045eef3fe706e767659a42f3b26515b9f1459299 /Containerfile | |
init
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..d47dd69 --- /dev/null +++ b/Containerfile | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | FROM docker.io/alpine:latest | ||
| 2 | COPY whoami /usr/bin/whoami | ||
| 3 | ENTRYPOINT ["/usr/bin/whoami"] | ||
