Update Dockerfile

This commit is contained in:
Drasko DRASKOVIC 2016-10-04 23:44:40 +02:00 committed by GitHub
parent 2d8ddd7b0c
commit 5d7d5d43ff
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MAINTAINER Mainflux
RUN apk update && apk add git && rm -rf /var/cache/apk/*
# Copy the local package files to the container's workspace.
ADD . /go/src/github.com/mainflux/mainflux
ADD .. /go/src/github.com/mainflux/mainflux
RUN mkdir -p /etc/mainflux
COPY config/config-docker.toml /etc/mainflux/config.toml