lix02 commited on
Commit
5a4bdea
·
verified ·
1 Parent(s): 88e2635

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -40,6 +40,8 @@ RUN npm init -y && \
40
  && chown -R pptruser:pptruser /package.json \
41
  && chown -R pptruser:pptruser /package-lock.json
42
 
 
 
43
 
44
  # Set the working directory inside the container
45
  WORKDIR /app
 
40
  && chown -R pptruser:pptruser /package.json \
41
  && chown -R pptruser:pptruser /package-lock.json
42
 
43
+ RUN npm install cors
44
+
45
 
46
  # Set the working directory inside the container
47
  WORKDIR /app