Containerfile: copiar templates y assets a las carpetas correctas
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
597d62975e
commit
31d7775c21
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM docker.io/alpine:3.14
|
||||
COPY nft.nulo.in templates assets /app/
|
||||
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