mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00
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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user