Skip to content

Commit 469515e

Browse files
committed
Update Dockerfile.
1 parent d0ee811 commit 469515e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
FROM golang:1.6.0
22

3-
# project name
43
ENV PROJECT_PATH=/go/src/github.com/brocaar/lora-semtech-bridge
5-
6-
# set PATH
74
ENV PATH=$PATH:$PROJECT_PATH/bin
85

96
# install tools
@@ -16,3 +13,8 @@ WORKDIR $PROJECT_PATH
1613

1714
# copy source code
1815
COPY . $PROJECT_PATH
16+
17+
# build
18+
RUN make build
19+
20+
CMD ["semtech-bridge"]

0 commit comments

Comments
 (0)