We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efad2d2 commit c654b71Copy full SHA for c654b71
Dockerfile
@@ -7,6 +7,6 @@ WORKDIR /app
7
# copying files
8
COPY . /app/
9
# package updations and installations
10
-RUN apt-update && pip install --upgrade pip && apt install poetry -y && chmod +x entrypoint.sh
+RUN apt-get update && apt-get install poetry -y && pip install --upgrade pip && chmod +x entrypoint.sh
11
# code file to execute when the docker container starts up (`entrypoint.sh`)
12
ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments