updated ci
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 48s
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 48s
This commit is contained in:
7
dockerfile
Normal file
7
dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY src/ /usr/share/nginx/html
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user