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:
parent
f4f938a730
commit
8ab0b08c39
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user