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 f312619 commit 707c1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +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/filetas/static /app/static
COPY --from=builder /app/filetas/templates /app/templates
COPY --from=builder /app/static /app/static
COPY --from=builder /app/templates /app/templates

EXPOSE 8000
CMD [ "filetas" ]

0 comments on commit 707c1cc

Please sign in to comment.