Skip to content

Commit

Permalink
fix: Use proper entrypoint for Docker image build (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Mar 8, 2022
1 parent 6caceac commit d37df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/coder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN chmod +x /coder
COPY run.sh /run.sh
RUN chmod +x /run.sh

ENTRYPOINT ["/coder/run.sh"]
ENTRYPOINT ["/run.sh"]

0 comments on commit d37df89

Please sign in to comment.