fix
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM nginx:1.23.3-alpine
|
||||
COPY ./build /usr/share/nginx/html
|
||||
EXPOSE 8080
|
||||
# start nginx
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user