This commit is contained in:
Tommy Parnell
2022-04-24 14:51:29 +00:00
parent ae6da03a59
commit 0866fe7727

View File

@@ -37,6 +37,7 @@ RUN sudo chown -R coder:coder /home/coder/.local
# Port
ENV PORT=8080
# Use our custom entrypoint script first
COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]