Some checks failed
CI / commitlint (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / commitlint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
8 lines
170 B
Docker
8 lines
170 B
Docker
FROM alpine:3.19
|
|
|
|
# TODO: install your runtime dependencies (node, python, etc.)
|
|
# COPY . /app
|
|
# WORKDIR /app
|
|
|
|
CMD ["sh", "-c", "echo Build your application image here"]
|