Skip to content

Commit

Permalink
fix the entrypoint in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesworth committed Feb 4, 2020
1 parent 4bb6455 commit 81afff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN cmake --build . --config Release --target install

FROM ubuntu AS compress
COPY --from=build /brotli/out/brotli .
COPY /entrypoint.sh .
COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT [ "./entrypoint.sh" ]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 81afff5

Please sign in to comment.