diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
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 |