Skip to content

Commit

Permalink
Fix remix app build dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Oct 15, 2024
1 parent d51c982 commit e9e60ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cyberstorm-remix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache libc6-compat

WORKDIR /app

COPY package.json yarn.lock babel.config.js .eslintrc.json .eslintignore .yarnrc .prettierrc .prettierignore .stylelintrc ./
COPY package.json yarn.lock babel.config.js eslint.config.mjs .eslintignore .yarnrc .prettierrc .prettierignore .stylelintrc ./
COPY .yarn ./.yarn
COPY packages ./packages
COPY apps/cyberstorm-remix ./apps/cyberstorm-remix
Expand Down

0 comments on commit e9e60ce

Please sign in to comment.