clarifications

This commit is contained in:
Jannis Warnat 2019-06-07 17:52:39 +02:00
parent c5e7b9e103
commit 131773d5cb
2 changed files with 1 additions and 3 deletions

View File

@ -7,6 +7,4 @@ RUN echo "deb http://repo.blubbfish.net blubb main" | tee "/etc/apt/sources.list
RUN apt-get update && apt-get install -y loramap
RUN chmod u+x /usr/local/bin/loramap/Lora-Map.exe
WORKDIR /usr/local/bin/loramap

View File

@ -4,7 +4,7 @@ services:
loramap:
build:
context: .
image: janniswarnat/loramap
image: janniswarnat/loramap:latest
command: ["mono","./Lora-Map.exe"]
ports:
- 8080:8080