Skip to content
Snippets Groups Projects
Commit 71eda356 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(Dockerfile): Specify full path for entrypoint

parent ff36bec7
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,4 @@ ENV RUST_LOG=info
COPY --from=builder /src/espresso/target/release/espresso /usr/bin/
ENTRYPOINT "espresso"
\ No newline at end of file
ENTRYPOINT "/usr/bin/espresso"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment