tweaks
This commit is contained in:
@@ -8,6 +8,8 @@ WORKDIR /app
|
||||
RUN addgroup --system app && adduser --system --ingroup app app
|
||||
|
||||
COPY backend /app
|
||||
COPY ["input_data/1.xlsx", "/app/input_data/1.xlsx"]
|
||||
COPY ["Input Cost Spreadsheet(1).xlsx", "/app/Input Cost Spreadsheet(1).xlsx"]
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade pip && \
|
||||
pip install --no-cache-dir . && \
|
||||
|
||||
Reference in New Issue
Block a user