testcontainers-clj/test/resources/Dockerfile
Burin Choomnuan c30d02aaaf
Add create-from-docker-file (#14)
* Add create-from-docker-file

* Update code base on review/feedback

Fix the following

- Fix the import style in one line
- Use constructure once when creating the docker-image
- Use some? instead of if
- Remove :env-vars from the test
- Move resources to test section
2020-08-05 07:13:31 +02:00

2 lines
67 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html