aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-02-12 02:06:56 +0000
committerJulio Capote <jcapote@gmail.com>2023-02-12 02:06:56 +0000
commit198bd5ce59d698420c34052d4ea71950a686cf44 (patch)
treec73519f7885cf0ad2dda03f3b3a58f14dc7bb259 /Makefile
parentf24f2d15275961f1c0144e68fde75a60aeaaa165 (diff)
downloadcapotej.com-198bd5ce59d698420c34052d4ea71950a686cf44.tar.gz
start of container entrypoint
Diffstat (limited to '')
-rw-r--r--Makefile2
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