chore: .env 파일 복사
This commit is contained in:
parent
f5fe841dc7
commit
176e5df561
@ -7,8 +7,7 @@ COPY requirements.txt .
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy source code
|
# Copy source code
|
||||||
RUN ls -al
|
COPY ./.env /app/
|
||||||
COPY .env /app/
|
|
||||||
COPY src/ /app/src/
|
COPY src/ /app/src/
|
||||||
COPY README.md /app/
|
COPY README.md /app/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user