Skip to content

Commit

Permalink
feat: template and static files
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Dec 10, 2024
1 parent af5cd09 commit f312619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ LABEL maintainer="Jetsung Chan<[email protected]>"

WORKDIR /app
COPY --from=builder /usr/local/cargo/bin/filetas /usr/local/bin/filetas
COPY --from=builder /app/static /app/static
COPY --from=builder /app/filetas/static /app/static
COPY --from=builder /app/filetas/templates /app/templates

EXPOSE 8000
CMD [ "filetas" ]

0 comments on commit f312619

Please sign in to comment.