Update Dockerfile

pull/1/head
hikari.ftg 2022-04-01 17:49:46 +00:00
parent 7433c124c7
commit 54122dbb23
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ ADD . /
ENV OKTETO=true
RUN pip install -r requirements.txt
EXPOSE 8080
RUN mkdir /data
CMD ["python3", "-m", "hikka"]