Containerfile: copiar assets y templates
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
551fcee088
commit
597d62975e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM docker.io/alpine:3.14
|
FROM docker.io/alpine:3.14
|
||||||
COPY nft.nulo.in index.tmpl nft.tmpl /app/
|
COPY nft.nulo.in templates assets /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 5050/tcp
|
EXPOSE 5050/tcp
|
||||||
ENTRYPOINT ["/app/nft.nulo.in"]
|
ENTRYPOINT ["/app/nft.nulo.in"]
|
||||||
|
|
Loading…
Reference in a new issue