/
githubmirror
/
awesome-mac
Обзор
Документация
Войти
/
githubmirror
/
awesome-mac
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Dockerfile
7 строк
272 B
jaywcjlove
chore: update Dockerfile
24 июн 2022, 08:32
24 июн 2022, 08:32
93e6ec7
Код
Авторство
О чём код?
# https://lipanski.com/posts/smallest-docker-image-static-website # https://github.com/lipanski/docker-static-website FROM lipanski/docker-static-website:latest # Copy the static website # Use the .dockerignore file to control what ends up inside the image! COPY ./dist .