Skip to content

Commit

Permalink
Merge branch 'canary' into tina-cms-add
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Mar 4, 2022
2 parents 5fe40b7 + 946f465 commit d0d5abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ COPY . .

RUN yarn build

# If using npm comment out above and use below instead
# RUN npm run build

# Production image, copy all the files and run next
FROM node:16-alpine AS runner
WORKDIR /app
Expand Down

0 comments on commit d0d5abb

Please sign in to comment.