/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/docker-local-noargs/Dockerfile
8 строк
302 B
ChristopherHX
Feature: uses in composite (#793)
22 дек 2021, 22:19
Не верифицирован
22 дек 2021, 22:19
9868e13
Код
Авторство
О чём код?
# Container image that runs your code FROM node:12-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"]