Update Dockerfile
Browse files- 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
|