Move Dockerfile to root folder

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-10-04 23:51:44 +02:00
parent 5d7d5d43ff
commit 3db4ab8440
2 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