mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
fix: update Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Build the application
|
||||
FROM node:lts AS builder
|
||||
FROM --platform=linux/amd64 node:lts AS builder
|
||||
|
||||
RUN npm install -g pnpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user