Commit 994804af authored by Reza Sahebgharan's avatar Reza Sahebgharan

update dockerfile

parent a42350ea
Pipeline #1134 passed with stage
in 27 minutes and 59 seconds
...@@ -8,7 +8,7 @@ WORKDIR $APP_SOURCE_FOLDER/ ...@@ -8,7 +8,7 @@ WORKDIR $APP_SOURCE_FOLDER/
# Copy app package.json and package-lock.json into container # Copy app package.json and package-lock.json into container
COPY ./package*.json $APP_SOURCE_FOLDER/ COPY ./package*.json $APP_SOURCE_FOLDER/
RUN npm uninstall cypress RUN meteor npm uninstall cypress
RUN bash $SCRIPTS_FOLDER/build-app-npm-dependencies.sh RUN bash $SCRIPTS_FOLDER/build-app-npm-dependencies.sh
# Copy app source into container # Copy app source into container
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment