Skip to content

Commit

Permalink
Hadolint suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jul 19, 2023
1 parent 3173808 commit d51dfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN curl -sSL "https://install.python-poetry.org" | python -
# Add poetry's bin directory to PATH
ENV PATH="$POETRY_HOME/bin:$PATH"

RUN useradd --create-home app
RUN mkdir -p /home/app/code
RUN useradd --create-home app && \
mkdir -p /home/app/code
WORKDIR /home/app/code

# Copy files used by poetry
Expand Down

0 comments on commit d51dfc8

Please sign in to comment.