Chore: Dockerfile also updated

This commit is contained in:
Amritanshu Agrawal 2022-06-21 08:53:37 +05:30
parent f73de53d21
commit 9fe84800a7
1 changed files with 1 additions and 1 deletions

View File

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