Skip to content

Commit 1ac4b7b

Browse files
authored
Added openapi folder to dockerfile (#3)
1 parent 5d3c061 commit 1ac4b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM python:3.8.1-slim
22
WORKDIR /usr/src/app
3+
COPY openapi ./openapi
34
COPY requirements.txt .
45
COPY vAPI.py .
56
COPY vAPI.db .

0 commit comments

Comments
 (0)