Skip to content

Commit 0e53be8

Browse files
committed
change some things
1 parent af0f7de commit 0e53be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILDPLATFORM
22
ARG TARGETOS
33
ARG TARGETARCH
44

5-
FROM node:21-slim AS frontend
5+
FROM --platform=linux/amd64 node:21-slim AS frontend
66

77
COPY . .
88

0 commit comments

Comments
 (0)