Skip to content

Commit

Permalink
fixing api_server Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay920 committed Feb 12, 2024
1 parent eb95526 commit 61c211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/backend/api_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
ADD . /app

# Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r requirements_backend.txt
RUN pip install --no-cache-dir -r requirements.txt

# Make port 80 available to the world outside this container
EXPOSE 8000
Expand Down

0 comments on commit 61c211a

Please sign in to comment.