mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-07-18 16:53:25 +00:00
Add Dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
COPY build /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Reference in New Issue
Block a user