Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
vazw committed May 26, 2024
1 parent e6d69c6 commit 051a12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV LEPTOS_RELOAD_PORT="3001"
USER 10001

COPY --chown=10001:10001 --from=builder /work/target/site/ ./site/
COPY --chown=10001:10001 --from=builder /work/target/server/release/siamstr .
COPY --chown=10001:10001 --from=builder /work/target/release/siamstr .

# must match your final server executable name
ENTRYPOINT ["/app/siamstr"]

0 comments on commit 051a12a

Please sign in to comment.