mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-07-22 02:33:26 +00:00
Fix
This commit is contained in:
@ -1,7 +1,5 @@
|
|||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
COPY build /usr/share/nginx/html
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
Reference in New Issue
Block a user