Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkfella91 committed Nov 17, 2024
2 parents bfd2ea9 + 028708b commit a16c70e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apk add --no-cache \
git \
github-cli \
libstdc++ \
direnv \
unzip && \
addgroup -g $USER_GID $USERNAME && \
adduser -u $USER_UID -G $USERNAME -s /bin/sh -D $USERNAME && \
Expand Down Expand Up @@ -60,4 +61,4 @@ WORKDIR /project

USER $USERNAME

CMD ["/bin/sh"]
CMD ["/bin/bash"]

0 comments on commit a16c70e

Please sign in to comment.