Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Feb 21, 2024
1 parent 68dba72 commit 1e7bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN chmod +x /home/${NORMAL_USER}/start.sh && \

USER ${NORMAL_USER}
WORKDIR /home/${NORMAL_USER}
CMD [ "./home/${NORMAL_USER}/start.sh" ]
CMD [ "./start.sh" ]

RUN tenv tf install latest --verbose && \
tenv tf use latest --verbose && \
Expand Down

0 comments on commit 1e7bd5a

Please sign in to comment.