infra/modules/kubernetes/f1-stream/files/Dockerfile

5 lines
51 B
Text
Raw Normal View History

2023-09-24 17:08:33 +00:00
FROM nginx
COPY . /usr/share/nginx/html
EXPOSE 80