Skip to content

Commit

Permalink
Fix docker command (#10764)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Apr 4, 2024
1 parent b880dbe commit 420876a
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 @@ -9,4 +9,4 @@ RUN npm install --ignore-scripts --no-audit --no-fund

COPY . .

ENTRYPOINT ["npm", "run", "svgo", "--", "/image.svg"]
ENTRYPOINT ["npx", "svgo", "/image.svg"]

0 comments on commit 420876a

Please sign in to comment.