mirror of
https://github.com/gchq/CyberChef.git
synced 2026-04-27 16:01:05 -07:00
Merge 8bf122fe32 into 4deaa0de20
This commit is contained in:
commit
13556a6d7a
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ RUN npm run build
|
|||
#########################################
|
||||
# Package static build files into nginx #
|
||||
#########################################
|
||||
FROM nginx:stable-alpine AS cyberchef
|
||||
FROM nginxinc/nginx-unprivileged:stable-alpine AS cyberchef
|
||||
|
||||
LABEL maintainer="GCHQ <oss@gchq.gov.uk>"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ docker build --tag cyberchef --ulimit nofile=10000 .
|
|||
```
|
||||
2. Run the docker container
|
||||
```bash
|
||||
docker run -it -p 8080:80 cyberchef
|
||||
docker run -it -p 8080:8080 cyberchef
|
||||
```
|
||||
3. Navigate to `http://localhost:8080` in your browser
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ docker run -it -p 8080:80 cyberchef
|
|||
If you prefer to skip the build process, you can use the pre-built image
|
||||
|
||||
```bash
|
||||
docker run -it -p 8080:80 ghcr.io/gchq/cyberchef:latest
|
||||
docker run -it -p 8080:8080 ghcr.io/gchq/cyberchef:latest
|
||||
```
|
||||
|
||||
Just like before, navigate to `http://localhost:8080` in your browser.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue