ALL MY HOMIES HATE CONTAINERS
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
2564195670
commit
88dfc50c81
2 changed files with 0 additions and 20 deletions
|
@ -3,16 +3,3 @@ pipeline:
|
||||||
image: docker.io/golang:1.17-alpine
|
image: docker.io/golang:1.17-alpine
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- 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
|
|
||||||
|
|
|
@ -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"]
|
|
Loading…
Reference in a new issue