mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
Updated git ignore and Dockerfile. Tested builds.
This commit is contained in:
parent
64d3aeb7f7
commit
fdcc13c3a2
2 changed files with 5 additions and 9 deletions
12
Dockerfile
12
Dockerfile
|
@ -1,9 +1,3 @@
|
|||
FROM node:18-alpine AS build
|
||||
|
||||
COPY . .
|
||||
RUN npm ci
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.25-alpine3.18 AS cyberchef
|
||||
|
||||
COPY --from=build ./build/prod /usr/share/nginx/html/
|
||||
FROM nginx:latest
|
||||
LABEL maintainer='David Goldenberg'
|
||||
COPY ../build/prod /usr/share/nginx/html
|
Loading…
Add table
Add a link
Reference in a new issue