Add v1 of the shitty-emojipasta

This commit is contained in:
2020-10-29 16:06:48 +01:00
parent ac039233ea
commit d6fa0c5530
5 changed files with 3879 additions and 412 deletions

View File

@@ -1,7 +1,7 @@
IMAGE_TAG=harbor.blacknova.io/nvls/sarcastifybot:latest
image:
docker build -t $(IMAGE_TAG) .
podman build -t $(IMAGE_TAG) .
push:
docker push $(IMAGE_TAG)
podman push $(IMAGE_TAG)