2025-09-24 15:00:34 +08:00

5 lines
204 B
Bash

docker pull node:20-alpine
docker pull nginx:alpine
cd ../..
docker build -t portal-frontend .
rm -f portal-frontend.tar.gz && sudo docker image save portal-frontend:latest | gzip > portal-frontend.tar.gz