Skip to content

Commit bbe773e

Browse files
Add GitHub Actions CI/CD to deploy to GKE
1 parent 18b6bb6 commit bbe773e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ COPY src/ src/
1919
COPY config/ config/
2020
COPY utils/ utils/
2121
COPY pipeline/ pipeline/
22-
COPY templates/ templates/
23-
COPY static/ static/
22+
COPY templates/ /app/templates/
23+
COPY static/ /app/static/
2424
COPY app.py .
2525

26-
2726
# Install dependencies
2827
RUN pip install --no-cache-dir -r requirements.txt
2928

@@ -35,3 +34,4 @@ EXPOSE 5001
3534

3635
# Default command
3736
CMD ["python", "app.py"]
37+

0 commit comments

Comments
 (0)