Commit cf7d2e7a authored by nanahira's avatar nanahira

rework docker

parent 9ce3d7a7
......@@ -13,5 +13,8 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.
# Working directory
WORKDIR /app/
COPY . ./
# entry point
ENTRYPOINT /bin/bash docker-entry.sh .env
ENTRYPOINT /bin/bash
CMD ["./docker-entry.sh"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment