mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 05:04: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 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user