/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/docker-local/Dockerfile
8 строк
302 B
Ryan
feat: add node16 support (#922)
22 дек 2021, 22:34
Не верифицирован
22 дек 2021, 22:34
5580812
Код
Авторство
О чём код?
# Container image that runs your code FROM node:16-buster-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh # Code file to execute when the docker container starts up (`entrypoint.sh`) ENTRYPOINT ["/entrypoint.sh"]