dockerfile fix

This commit is contained in:
Cogent Apps
2023-04-15 11:12:13 +00:00
parent 5b70af1c0d
commit f1f89f2799

View File

@@ -58,9 +58,6 @@ COPY ./server/package.json ./server/tsconfig.json ./
# Install Node.js dependencies from package.json
RUN npm install
# Install Python dependencies from requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt
# Copy the rest of the application code into the working directory
COPY ./server/src ./src