fix: copy html templates too

This commit is contained in:
Nya Candy 2023-01-25 10:49:28 +08:00
parent 0025daa70e
commit a769560f31
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ FROM alpine:latest AS Runner
WORKDIR /app
COPY templates ./templates
COPY --from=Builder /app/misso /app/app
# This container exposes port 8080 to the outside world