Fix missing css in container ui (#638)
Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
This commit is contained in:
parent
3255f32a9c
commit
b2ce9f5597
|
@ -18,4 +18,5 @@ RUN elm make --optimize src/Main.elm
|
||||||
# Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx
|
# Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx
|
||||||
FROM nginx:1.14.2-alpine
|
FROM nginx:1.14.2-alpine
|
||||||
COPY --from=builder /app/index.html /usr/share/nginx/html
|
COPY --from=builder /app/index.html /usr/share/nginx/html
|
||||||
|
COPY --from=builder /app/css/mainflux.css /usr/share/nginx/html/css/
|
||||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
Loading…
Reference in New Issue