Skip to content

Commit

Permalink
♻️ (Dockerfile): simplify Dockerfile by removing unnecessary pnpm rem…
Browse files Browse the repository at this point in the history
…ove step

📝 (Dockerfile): update comments to reflect changes and cleanup in Dockerfile setup
  • Loading branch information
sebpalluel committed Jul 3, 2024
1 parent dea9af4 commit 4983dc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ ENV NODE_ENV=production
# Install pnpm
RUN npm install -g pnpm

# Use pnpm instead of npm
RUN pnpm install --prod
# Remove CLI packages since we don't need them in production by default.
# Remove this line if you want to run CLI commands in your container.
RUN pnpm remove @shopify/app @shopify/cli
RUN pnpm run build

CMD ["pnpm", "run", "docker-start"]

0 comments on commit 4983dc6

Please sign in to comment.