ALL MY HOMIES HATE CONTAINERS
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Cat /dev/Nulo 2021-11-17 19:55:52 -03:00
parent 2564195670
commit 88dfc50c81
2 changed files with 0 additions and 20 deletions

View File

@ -3,16 +3,3 @@ pipeline:
image: docker.io/golang:1.17-alpine
commands:
- go build
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/nulo/nft.nulo.in
tags:
- latest
username: sutty
secrets:
- docker_password
dockerfile: Containerfile
when:
branch: kopimi
event: push

View File

@ -1,7 +0,0 @@
FROM docker.io/alpine:3.14
COPY nft.nulo.in /app/
COPY templates /app/templates/
COPY assets /app/assets/
WORKDIR /app
EXPOSE 5050/tcp
ENTRYPOINT ["/app/nft.nulo.in"]