diff options
| author | diogo464 <[email protected]> | 2024-10-01 16:04:03 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-10-01 16:04:03 +0100 |
| commit | ece33434ee227d864ac4b2aeecce3b8f46085567 (patch) | |
| tree | ad8b77255999779b431f657f2f21ebb8745c7465 /Containerfile | |
| parent | 1422e5893b7e8563431507a2058967082ec4f4cb (diff) | |
added build files
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..2554194 --- /dev/null +++ b/Containerfile | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | FROM alpine:latest | ||
| 2 | WORKDIR /app | ||
| 3 | COPY belverde-fire . | ||
| 4 | ENTRYPOINT ["/app/belverde-fire"] | ||
