Переглянути джерело

Add platform to apps.Dockerfile

Anuj Bansal 3 роки тому
батько
коміт
e7b385e7e1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      apps.Dockerfile

+ 1 - 1
apps.Dockerfile

@@ -1,4 +1,4 @@
-FROM node:14 as builder
+FROM --platform=linux/x86-64 node:14 as builder
 
 WORKDIR /joystream
 COPY . /joystream