瀏覽代碼

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