Add docker file and an action
Some checks failed
Build release image / build (push) Failing after 3m0s
Some checks failed
Build release image / build (push) Failing after 3m0s
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM nginx:1.27.0
|
||||
|
||||
COPY ./build /usr/share/nginx/html
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
EXPOSE 80
|
Reference in New Issue
Block a user