Specify platform for Node.js builder in Dockerfile
This commit is contained in:
parent
e0a10eea52
commit
87f8d50544
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:lts-alpine AS builder
|
||||
FROM --platform=linux/amd64 node:lts-alpine AS builder
|
||||
|
||||
WORKDIR /metube
|
||||
COPY ui ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue