Move Dockerfile to root folder
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
5d7d5d43ff
commit
3db4ab8440
|
@ -12,7 +12,7 @@ MAINTAINER Mainflux
|
||||||
RUN apk update && apk add git && rm -rf /var/cache/apk/*
|
RUN apk update && apk add git && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Copy the local package files to the container's workspace.
|
# 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
|
RUN mkdir -p /etc/mainflux
|
||||||
COPY config/config-docker.toml /etc/mainflux/config.toml
|
COPY config/config-docker.toml /etc/mainflux/config.toml
|
Loading…
Reference in New Issue