Kaynağa Gözat

fixed issue in Dockerfile

Torkel Ödegaard 10 yıl önce
ebeveyn
işleme
b693c7515c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/Dockerfile

+ 1 - 1
docs/Dockerfile

@@ -9,7 +9,7 @@ RUN git reset --hard
 # Then copy the desired docs into the /docs/sources/ dir
 # Then copy the desired docs into the /docs/sources/ dir
 COPY ./sources/ /docs/sources
 COPY ./sources/ /docs/sources
 
 
-COPY ./VERSION VERSION
+COPY ./VERSION /docs/VERSION
 
 
 # adding the image spec will require Docker 1.5 and `docker build -f docs/Dockerfile .`
 # adding the image spec will require Docker 1.5 and `docker build -f docs/Dockerfile .`
 #COPY ./image/spec/v1.md /docs/sources/reference/image-spec-v1.md
 #COPY ./image/spec/v1.md /docs/sources/reference/image-spec-v1.md