mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Update Dockerfile with platform
This commit is contained in:
parent
04a0a1cbf7
commit
1b3c929a0f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
ARG PLATFORM
|
||||
|
||||
FROM --platform=${PLATFORM} node:18-alpine AS build
|
||||
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue