wrangler-action/Dockerfile

4 lines
83 B
Docker
Raw Normal View History

2019-10-07 22:34:04 +02:00
FROM ubuntu:latest
2019-10-07 21:41:21 +02:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]