Skip to content

Commit

Permalink
Add ENV DOCKER_BUILDKIT=1 to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phoward38 committed Nov 6, 2024
1 parent e001476 commit 6449b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ARG PNPM_VERSION=9.7.0
# Use node image for base image for all stages.
FROM node:${NODE_VERSION}-alpine AS base

ENV DOCKER_BUILDKIT=1

# Associate with GitHub repository
LABEL org.opencontainers.image.source=https://github.com/noclocks/bastienlaw-remix

Expand Down

0 comments on commit 6449b94

Please sign in to comment.