mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 13:14:17 -06:00
fix(dockerfile): now includes requirements.txt
This commit is contained in:
parent
7c21561226
commit
6e5d34202a
@ -8,6 +8,7 @@ WORKDIR /BajaCloudBackend
|
|||||||
COPY ./InterviewBooking /BajaCloudBackend/InterviewBooking
|
COPY ./InterviewBooking /BajaCloudBackend/InterviewBooking
|
||||||
# Copy the main file to the working directory
|
# Copy the main file to the working directory
|
||||||
COPY main.py /BajaCloudBackend
|
COPY main.py /BajaCloudBackend
|
||||||
|
COPY requirements.txt /BajaCloudBackend
|
||||||
|
|
||||||
# Install any necessary dependencies
|
# Install any necessary dependencies
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user