fix: deploy via actions
This commit is contained in:
parent
ce150e51e0
commit
680741ede3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ FROM ubuntu:22.04
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --chmod=755 nyanimedb /app
|
COPY --chmod=755 nyanimedb /app
|
||||||
COPY templates /app
|
COPY templates /app/templates
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["/app/nyanimedb"]
|
ENTRYPOINT ["/app/nyanimedb"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue