first commit
Some checks failed
Docker Build and Push for Main Branch / docker (push) Has been cancelled
Some checks failed
Docker Build and Push for Main Branch / docker (push) Has been cancelled
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY index.html ./
|
||||
COPY src ./src
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user