mirror of
https://github.com/dvddarias/docker-hoster
synced 2026-08-05 16:12:43 +02:00
Fixed dockerfile ADD command
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM frolvlad/alpine-python3
|
|||||||
RUN pip3 install docker-py
|
RUN pip3 install docker-py
|
||||||
RUN mkdir /hoster
|
RUN mkdir /hoster
|
||||||
WORKDIR /hoster
|
WORKDIR /hoster
|
||||||
COPY ./hoster.py .
|
ADD hoster.py /hoster/
|
||||||
|
|
||||||
CMD ["python3", "hoster.py"]
|
CMD ["python3", "hoster.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user