We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fbe35 commit 587afd1Copy full SHA for 587afd1
.travis.yml
@@ -11,6 +11,7 @@ cache:
11
directories:
12
install:
13
- if [ -z "${DEPLOY_ENVIRONMENT}" ]; then npm install --dev --pure-lockfile; fi
14
+ - if [ -z "${DEPLOY_ENVIRONMENT}" ]; then npm rebuild node-sass fi
15
script:
16
- if [ -z "${DEPLOY_ENVIRONMENT}" ]; then npm run build; fi
17
- .travis/continuous_deployment.sh
Dockerfile
@@ -13,6 +13,6 @@ COPY . /home/communities
WORKDIR /home/communities
ENV PATH="/home/communities/node_modules/.bin:${PATH}"
+RUN npm run build
-EXPOSE 3006
18
ENTRYPOINT ["/home/communities/entrypoint.sh"]
0 commit comments