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