Skip to content

Commit

Permalink
fix: docker gatsby build (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed Sep 19, 2023
1 parent e07063d commit e1bde0a
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 @@ -40,6 +40,7 @@ COPY ./gatsby-config.js /app/gatsby-config.js
COPY ./gatsby-node.js /app/gatsby-node.js
COPY ./gatsby-ssr.js /app/gatsby-ssr.js
COPY ./tsconfig.json /app/tsconfig.json
COPY ./.babelrc.json /app/.babelrc.json

RUN sed -i.temp '/Pulumi\.ts/d' package.json

Expand Down

0 comments on commit e1bde0a

Please sign in to comment.