acecalisto3 commited on
Commit
c05fc34
1 Parent(s): 02bd395

Update dockerfile.yml

Browse files
Files changed (1) hide show
  1. dockerfile.yml +1 -1
dockerfile.yml CHANGED
@@ -13,7 +13,7 @@ CMD ["python", "app.py"]
13
  # Copy package.json and install npm packages
14
  COPY package.json .
15
  RUN apt-get update && apt-get install -y npm && npm install
16
-
17
  # Copy the rest of the files
18
  COPY . .
19
 
 
13
  # Copy package.json and install npm packages
14
  COPY package.json .
15
  RUN apt-get update && apt-get install -y npm && npm install
16
+ python -m pip install --upgrade pip
17
  # Copy the rest of the files
18
  COPY . .
19