Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Feb 6, 2024
1 parent e9982f3 commit 7c66e94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,8 @@ RUN useradd coder \
--add-subuids 100000-165535 \
--add-subgids 100000-165535

# DEBUG SHIT
RUN apt update && apt install amazon-ecr-credential-helper && mkdir /root/.docker
ADD config.json /root/.docker/config.json
#

# Do this last so hotswapping is fast!
ARG ENVBOX_BIN=envbox
COPY $ENVBOX_BIN /


CMD ["/envbox"]

0 comments on commit 7c66e94

Please sign in to comment.