This website requires JavaScript.
Explore
Help
Sign In
glax
/
Tranga-Website
Watch
1
Star
0
Fork
0
You've already forked Tranga-Website
Code
Issues
Pull Requests
Releases
Activity
14c69631a6
Tranga-Website
/
Website
/
Dockerfile
4 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Changed CORS policy allow all origins Added Dockerfile to website Changed Ports
2023-05-24 22:30:11 +02:00
FROM nginx:1.10.1-alpine
COPY
. /usr/share/nginx/html
Corrected port
2023-05-24 23:53:39 +02:00
EXPOSE
80
Changed CORS policy allow all origins Added Dockerfile to website Changed Ports
2023-05-24 22:30:11 +02:00
CMD
[
"nginx"
,
"-g"
,
"daemon off;"
]
Copy Permalink