Skip to content

Commit aa651e6

Browse files
committed
Deploy CI CD on Test Server
1 parent 666ae9d commit aa651e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ WORKDIR /code
2929

3030
# Copy backend requirements file
3131
# COPY ./Backend/EcommerceInventory/requirements.txt /code/
32-
RUN pip install -r requirements.txt
3332

3433
# Copy built frontend to Django static files directory
3534
# COPY --from=build-stage /app/frontend/build /code/static/
3635

3736
# Copy Django project files
3837
COPY ./Backend/EcommerceInventory /code/Backend/EcommerceInventory/
38+
RUN pip install -r ./Backend/EcommerceInventory/requirements.txt
3939

4040
# Collect static files
4141
RUN python ./Backend/EcommerceInventory/manage.py collectstatic --no-input

0 commit comments

Comments
 (0)