Skip to content

Commit

Permalink
chore: remove duplicate healtcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Dec 7, 2023
1 parent 0273533 commit d03b54d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ HEALTHCHECK NONE

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

HEALTHCHECK NONE

# Add a non-root user
RUN groupadd --gid "${USER_GID}" "${USERNAME}" \
&& useradd --uid "${USER_UID}" --gid "${USER_GID}" --shell /bin/bash -m "${USERNAME}"
Expand Down

0 comments on commit d03b54d

Please sign in to comment.