Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 4, 2024
1 parent 3dbbda2 commit 9d80715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uk_bin_collection_api_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev \
# Copy the application code into the container
COPY . .

# Expose the port your application runs on
# Expose the port for the ukbc server to run on
EXPOSE 8080

# Command to run your application using Uvicorn
Expand Down

0 comments on commit 9d80715

Please sign in to comment.