Browse Source

Fix docker lint warn: workdir need to be absolute

Mészáros Mihály 4 years ago
parent
commit
3c70219798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/coturn/Dockerfile

+ 1 - 1
docker/coturn/Dockerfile

@@ -13,7 +13,7 @@ WORKDIR ${BUILD_PREFIX}
 RUN git clone https://github.com/coturn/coturn.git
 
 # Build Coturn
-WORKDIR coturn
+WORKDIR ${BUILD_PREFIX}/coturn
 RUN ./configure
 RUN make