Fix missing css in container ui (#638)

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
This commit is contained in:
Darko Draskovic 2019-03-07 13:39:35 +01:00 committed by Manuel Imperiale
parent 3255f32a9c
commit b2ce9f5597
1 changed files with 1 additions and 0 deletions

View File

@ -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
FROM nginx:1.14.2-alpine
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