Revize 57ffe6f9
Přidáno uživatelem Pavel Fidransky před více než 5 roky(ů)
webapp/Dockerfile | ||
---|---|---|
39 | 39 |
# base image |
40 | 40 |
FROM nginx:1.16.0-alpine |
41 | 41 |
|
42 |
# copy nginx configuration |
|
43 |
COPY nginx.conf /etc/nginx/conf.d/default.conf |
|
44 |
|
|
42 | 45 |
# copy artifact build from the 'build environment' |
43 | 46 |
COPY --from=build /app/dist /usr/share/nginx/html |
44 | 47 |
|
Také k dispozici: Unified diff
fix #40: configure nginx to redirect all requests to index.html