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