Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 264 Bytes

<<<<<<< HEAD

TestRepo

FROM ubuntu:focal-20210217 LABEL mainteiner Avasti [email protected] RUN apt-get update \ && apt-get install -y nginx=1.18.0-0ubuntu1 \

&& rm -rf /var/lib/apt/lists/*

EXPOSE 80 443

CMD ["nginx", "-g", "daemon off;"]