aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
committerJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
commitf374aae962d25beeeb05f180e59cdef7c9e3be9b (patch)
tree431b9e356474bb9e3e8d1e20936a024570cf8c66 /Makefile
parent72d883f2d3db0b599a9548afbdc01dab0c903ce6 (diff)
downloadcapotej.com-f374aae962d25beeeb05f180e59cdef7c9e3be9b.tar.gz
remove container stuff
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5871bbb..0000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-build:
- podman build -t capotej-site .
-run:
- podman run -it -p 8181:80 localhost/capotej-site:latest
-debug:
- podman run -it -p 8181:80 localhost/capotej-site:latest /bin/sh