Skip to content

Commit

Permalink
Improve build speeds for multi platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Mar 15, 2024
1 parent b998ffd commit a77826a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
#build-stage
FROM node:18-buster-slim as build-stage
FROM --platform=$BUILDPLATFORM node:18-buster-slim as build-stage

WORKDIR /app

Expand Down

0 comments on commit a77826a

Please sign in to comment.