Skip to content

Commit

Permalink
fix: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Dec 15, 2024
1 parent 9629eee commit 699c894
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ FROM chef as builder
COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json
RUN dx build --release
RUN ls dist -lh
COPY . .

FROM debian:bookworm-slim AS runtime
Expand All @@ -31,5 +30,5 @@ EXPOSE 80
EXPOSE 8080
EXPOSE 443

ENTRYPOINT ["/user/local/bin/web/server"]
ENTRYPOINT ["/user/local/bin/server"]

0 comments on commit 699c894

Please sign in to comment.