Add coder binary to Dockerfile $PATH (#4189)

This commit is contained in:
Ryan Merolle
2022-09-23 22:25:15 -04:00
committed by GitHub
parent 28428d1294
commit 6571e52f17
+1
View File
@@ -25,6 +25,7 @@ COPY --chown=coder:coder --chmod=700 empty-dir /home/coder
USER coder:coder
ENV HOME=/home/coder
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt
WORKDIR /home/coder
ENTRYPOINT [ "/opt/coder", "server" ]