Skip to content

Commit

Permalink
chore: try to fix docker file linter in CI by ignoring DL3060 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Apr 8, 2024
1 parent 0c7f0d0 commit e3eeedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV PORT 3000
# Development image
FROM base as dev

# hadolint ignore=DL3060
CMD ["sh", "-c", "yarn install; yarn storybook"]

FROM base as ci
Expand Down

0 comments on commit e3eeedc

Please sign in to comment.