Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Sep 30, 2024
1 parent bff291b commit d903c5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ USER nonroot:nonroot
# Set working directory
WORKDIR /workdir

# Configure PATH
ENV PATH="/workdir/.local/bin:${PATH}"

# Install
COPY --chown=nonroot:nonroot requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt \
Expand All @@ -38,4 +35,4 @@ LABEL maintainer="otherguy <[email protected]>"
LABEL io.whalebrew.name="yamlfix"
LABEL io.whalebrew.config.keep_container_user="false"

ENTRYPOINT ["yamlfix"]
ENTRYPOINT ["/workdir/.local/bin/yamlfix"]

0 comments on commit d903c5f

Please sign in to comment.