Skip to content

Commit 10021b7

Browse files
Update Dockerfile
1 parent ae0c568 commit 10021b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN git clone https://github.com/SkyTheCodeMaster/upc-api.git /app/
1313
RUN pip install --upgrade pip
1414
RUN pip install --no-cache-dir -r ./src/requirements.txt
1515

16+
COPY . .
17+
1618
# Run the main script
1719
#CMD ["python", "/app/upc-api/src/main.py"]
1820
CMD ["tree", "/app/"]

0 commit comments

Comments
 (0)