Minor cleanup

This commit is contained in:
2021-10-29 08:06:23 +05:30
parent ef9e28c95b
commit ee7a24fa77
4 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@ RUN mv /node_modules /app/bookie/ \
&& /app/bookie/node_modules/.bin/ng build
FROM python:latest
FROM python:3.9
LABEL maintainer="Amritanshu <docker@tanshu.com>"
COPY pyproject.toml /app/pyproject.toml