diff --git a/deploy/buildx.sh b/deploy/buildx.sh new file mode 100644 index 0000000..96e0fe4 --- /dev/null +++ b/deploy/buildx.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker buildx build --platform linux/amd64 -t meowgit.nekoea.red/nihonium/forgejo-runner:latest -f ./Dockerfiles/Dockerfile_forgejo-runner . --push \ No newline at end of file diff --git a/modules/server/Dockerfile b/modules/server/Dockerfile deleted file mode 100644 index 8385c82..0000000 --- a/modules/server/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM ubuntu:22.04 - -WORKDIR /app -COPY --chmod=755 nyanimedb /app -COPY templates /app/templates -EXPOSE 8080 -ENTRYPOINT ["/app/nyanimedb"] \ No newline at end of file