Skip to content
Merged

Dev #10

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy the entire project into the container
COPY . .

# Ensure start-services.sh has execute permissions
RUN chmod +x start-services.sh

# Expose port 5000 (Cloud Run sets the PORT env variable)
EXPOSE 8080

Expand Down
Loading