added Dockerfile
This commit is contained in:
parent
31115fc7cf
commit
9ef75d6aad
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Used in the build stage of the pipeline to create a frontend docker image
|
||||||
|
|
||||||
|
FROM nginx:alpine
|
||||||
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
COPY /build /usr/share/nginx/html
|
||||||
Loading…
Add table
Add a link
Reference in a new issue