Skip to content

Commit

Permalink
build command service
Browse files Browse the repository at this point in the history
Signed-off-by: SurabhiAngadi <[email protected]>
  • Loading branch information
SurabhiAngadi committed Jan 22, 2024
1 parent 4728d9e commit 8344606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN apk upgrade
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY src ./src
COPY src .
WORKDIR /app/src
CMD [ "uvicorn", "routes:app", "--host", "0.0.0.0" ]

0 comments on commit 8344606

Please sign in to comment.