diff options
author | Julio Capote <jcapote@gmail.com> | 2023-02-12 02:06:56 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-02-12 02:06:56 +0000 |
commit | 198bd5ce59d698420c34052d4ea71950a686cf44 (patch) | |
tree | c73519f7885cf0ad2dda03f3b3a58f14dc7bb259 /Makefile | |
parent | f24f2d15275961f1c0144e68fde75a60aeaaa165 (diff) | |
download | capotej.com-198bd5ce59d698420c34052d4ea71950a686cf44.tar.gz |
start of container entrypoint
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d996f14 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +build: + podman build -t capotej-site .
\ No newline at end of file |