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"]
