Skip to content

Commit

Permalink
fix hadolint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 26, 2024
1 parent 80b7bed commit 46d477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM python:3.12

WORKDIR /app
COPY . .
RUN pip install .
RUN pip install --no-cache-dir .
ENTRYPOINT ["gnocgateway"]

0 comments on commit 46d477f

Please sign in to comment.