Skip to content

Commit

Permalink
Dockerfile: set ENTRYPOINT
Browse files Browse the repository at this point in the history
Closes #22.
  • Loading branch information
sorki committed Nov 29, 2022
1 parent 75d6589 commit 95232a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -3,4 +3,5 @@ COPY . /app
WORKDIR /app
RUN nix-build -A blockfrost-backend
RUN ln -s $(nix-build -A blockfrost-backend --no-out-link)/bin/blockfrost-backend /app/blockfrost-backend
ENTRYPOINT ["/app/blockfrost-backend"]
EXPOSE 3000

0 comments on commit 95232a2

Please sign in to comment.