1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-29 13:49:28 +08:00

Fix Elm version in Dockerfile (#901)

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
This commit is contained in:
Dušan Borovčanin 2019-10-22 17:30:09 +02:00 committed by Drasko DRASKOVIC
parent f4f938a730
commit 8ab0b08c39

View File

@ -10,7 +10,7 @@
FROM node:10.15.1-alpine as builder
WORKDIR /app
RUN npm install --unsafe-perm=true --allow-root -g elm
RUN npm install --unsafe-perm=true --allow-root -g elm@latest-0.19.0
COPY . /app
RUN elm make --optimize src/Main.elm --output=main.js