mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
fix: copy all modules into Docker image
This commit is contained in:
parent
c05a9e3f1a
commit
3753baeb0a
@ -1,5 +1,5 @@
|
|||||||
FROM python:3-slim AS builder
|
FROM python:3-slim AS builder
|
||||||
ADD main.py /app/main.py
|
ADD *.py /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip install --target=/app requests
|
RUN pip install --target=/app requests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user