Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SolitudePy committed Jun 16, 2024
1 parent a948c4c commit 39b06c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build Docker Container and test HTTP

on: [push]

on:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt

# Copy the rest of the application code
COPY ./srac /app/
COPY ./src /app/

# Expose the port the app runs on
EXPOSE 5000
Expand Down

0 comments on commit 39b06c6

Please sign in to comment.