Skip to content

Commit

Permalink
Support for mac m{1,2,3} docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
acedward authored Oct 31, 2023
1 parent 13e2cf7 commit 5d9f6f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Common build stage
FROM node:16.17.0 as common-build-stage
FROM --platform=linux/amd64 node:16.17.0 as common-build-stage

COPY . ./app

Expand Down

0 comments on commit 5d9f6f0

Please sign in to comment.