Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jun 14, 2023
1 parent 1d5f213 commit 932b97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11
WORKDIR /app
COPY ./examples/ .
RUN pip install --no-cache-dir -r requirements.txt
COPY ./examples/ /.requirements/requirements.txt .
RUN pip install --no-cache-dir -r /.requirements/requirements.txt
EXPOSE 8080
CMD [ "python", "./example.py" ]

0 comments on commit 932b97a

Please sign in to comment.