Add new steps to publish a containerized CyberChef to GHCR

This commit is contained in:
Ashleigh Carr 2024-01-30 12:24:45 +00:00
parent 9829b419b9
commit 0da30813da
3 changed files with 53 additions and 1 deletions

3
Containerfile Normal file
View file

@ -0,0 +1,3 @@
FROM ghcr.io/static-web-server/static-web-server:2.25-alpine
COPY ./build/prod /public