Implement CI-CD (#1)
Reviewed-on: #1 Co-authored-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com> Co-committed-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
This commit is contained in:
parent
144e823c77
commit
c728b3ebe2
4 changed files with 54 additions and 67 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine3.20
|
||||
|
||||
COPY dist /usr/share/nginx/html
|
Reference in a new issue