Skip to content

Commit

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

0 comments on commit ef0802e

Please sign in to comment.