Tranga-Website/Website/Dockerfile
glax e2917d2f2e Changed CORS policy allow all origins
Added Dockerfile to website
Changed Ports
2023-05-24 22:30:11 +02:00

4 lines
103 B
Docker

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