Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ateway into develop/2.4-python
  • Loading branch information
imbeacon committed May 6, 2020
2 parents 6fcf7de + d2f326a commit f6880df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

RUN apt-get update && apt-get -y install sudo

Expand Down Expand Up @@ -36,4 +36,4 @@ ENV logs /var/log/thingsboard-gateway

VOLUME ["${configs}", "${extensions}", "${logs}"]

ENTRYPOINT start-gateway.sh
ENTRYPOINT start-gateway.sh

0 comments on commit f6880df

Please sign in to comment.