Browse Source

dockerfile: rename source dir

Fabian Peter Hammerle 3 years ago
parent
commit
dabcfcc7ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 # sync with https://github.com/fphammerle/wireless-sensor-mqtt/blob/master/Dockerfile
 
 ARG BASE_IMAGE=python:3.8-alpine3.13
-ARG SOURCE_DIR_PATH=/wireless-sensor-mqtt
+ARG SOURCE_DIR_PATH=/intertechno-cc1101-mqtt
 
 
 # hadolint ignore=DL3006