5 lines
204 B
Bash
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 |