8 lines
164 B
Docker
8 lines
164 B
Docker
# Base image
|
|
FROM ghcr.io/lowlighter/metrics:latest
|
|
|
|
# Copy repository
|
|
COPY . /metrics
|
|
|
|
# Execute GitHub action
|
|
ENTRYPOINT node /metrics/source/app/action/index.mjs |