Skip to content
Snippets Groups Projects
Commit ec76b14a authored by Malte Bauch's avatar Malte Bauch
Browse files

WIP

parent e1b84b3b
No related branches found
No related tags found
4 merge requests!17Build basic ci,!10Add simple modem support on linux through modemmanager,!8General refactoring,!5Draft: Add basic set support for ip/routing via gnmi
ARG GOLANG_VERSION=1.18
FROM ubuntu:22.04
RUN apt-get update && apt-get -y install golang-go
EXPOSE 7030
COPY . .
ENTRYPOINT ["go", "run", "main.go"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment