mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
revert dockerfile
This commit is contained in:
parent
1b3c929a0f
commit
cf86fc7dff
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
|||
ARG PLATFORM
|
||||
|
||||
FROM --platform=${PLATFORM} node:18-alpine AS build
|
||||
FROM node:18-alpine AS build
|
||||
|
||||
COPY . .
|
||||
RUN npm ci
|
||||
RUN npm run build
|
||||
|
||||
FROM --platform=${PLATFORM} nginx:1.25-alpine3.18 AS cyberchef
|
||||
FROM nginx:1.25-alpine3.18 AS cyberchef
|
||||
|
||||
COPY --from=build ./build/prod /usr/share/nginx/html/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue