Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato authored Nov 27, 2024
1 parent b469ecd commit 7c290e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FROM ghcr.io/rvhonorato/jobd:${JOBD_VERSION} AS jobd
FROM ghcr.io/haddocking/arctic3d:v0.5.1 AS base

WORKDIR /data
COPY --from=jobd /path/to/jobd /bin/jobd
COPY --from=jobd /jobd /bin/jobd

ENTRYPOINT [ "/bin/jobd" ]
```
Expand Down

0 comments on commit 7c290e5

Please sign in to comment.