Tranga/Website/Dockerfile

4 lines
103 B
Docker
Raw Normal View History

FROM nginx:1.10.1-alpine
COPY . /usr/share/nginx/html
EXPOSE 6531
CMD ["nginx", "-g", "daemon off;"]