use current platform to build frontend assets
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN apk add git gcc g++ libc-dev
|
||||
RUN ./build.sh backend
|
||||
|
||||
# Build frontend files
|
||||
FROM node:18.19.1-alpine3.19 AS fe-builder
|
||||
FROM --platform=$BUILDPLATFORM node:18.19.1-alpine3.19 AS fe-builder
|
||||
ARG RELEASE_BUILD
|
||||
ENV RELEASE_BUILD=$RELEASE_BUILD
|
||||
WORKDIR /go/src/github.com/mayswind/ezbookkeeping
|
||||
|
||||
Reference in New Issue
Block a user