File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 70
70
- name : Build and Push Docker Image (Multi-Arch)
71
71
uses : docker/build-push-action@v5
72
72
with :
73
- context : ./dockflare
73
+ context : .
74
+ file : ./dockflare/Dockerfile
74
75
# Build for multiple architectures
75
76
platforms : linux/amd64 # ,linux/arm64 # Enable multi-architecture builds
76
77
# Push only on direct pushes to stable or unstable branches
Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ COPY requirements.txt .
58
58
RUN pip install --no-cache-dir -r requirements.txt
59
59
COPY --from=frontend-builder /usr/src/frontend_build/app/static/css/output.css /app/static/css/output.css
60
60
COPY ./app /app
61
- COPY .. /images /app/static/images/
61
+ COPY ./images /app/static/images/
62
62
EXPOSE 5000
63
63
CMD ["python" , "main.py" ]
You can’t perform that action at this time.
0 commit comments