Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Apr 15, 2023
1 parent 5b70af1 commit f1f89f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1f89f2

Please sign in to comment.