Fixed dockerfile ADD command
This commit is contained in:
parent
e6f11d08b6
commit
3b2ed478de
|
|
@ -3,7 +3,7 @@ FROM frolvlad/alpine-python3
|
|||
RUN pip3 install docker-py
|
||||
RUN mkdir /hoster
|
||||
WORKDIR /hoster
|
||||
COPY ./hoster.py .
|
||||
ADD hoster.py /hoster/
|
||||
|
||||
CMD ["python3", "hoster.py"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue