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 5d3c061 commit 1ac4b7bCopy full SHA for 1ac4b7b
Dockerfile
@@ -1,5 +1,6 @@
1
FROM python:3.8.1-slim
2
WORKDIR /usr/src/app
3
+COPY openapi ./openapi
4
COPY requirements.txt .
5
COPY vAPI.py .
6
COPY vAPI.db .
0 commit comments