testcontainers-clj/test/resources/Dockerfile
Burin Choomnuan cb77214ffa 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-07-26 17:39:54 -04:00

2 lines
67 B
Docker

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