File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Use the official Node.js as the base image
2- FROM node:18.18.2
2+ FROM --platform=linux/amd64 node:18.18.2
33
44# Set the working directory
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use the official Node.js as the base image
2- FROM node:18.18.2
2+ FROM --platform=linux/amd64 node:18.18.2
33
44# Set the working directory
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use the official Node.js as the base image
2- FROM node:18.18.2
2+ FROM --platform=linux/amd64 node:18.18.2
33
44# Set the working directory
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use the official Node.js as the base image
2- FROM node:18.18.2
2+ FROM --platform=linux/amd64 node:18.18.2
33
44# Set the working directory
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use the official Node.js as the base image
2- FROM node:18.18.2
2+ FROM --platform=linux/amd64 node:18.18.2
33
44# Set the working directory
55WORKDIR /app
You can’t perform that action at this time.
0 commit comments