Dockerfiles/lighttpd-alpine/build.sh

2 lines
70 B
Bash
Executable File

docker pull alpine:latest
docker build --no-cache -t lighttpd-alpine .