Browse Source

Build script simplified

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
80094a4f70
  1. 6
      Dockerfile

6
Dockerfile

@ -28,9 +28,9 @@ RUN set -x \
RUN phantomjs --version
COPY src/Squidex/package.json /tmp/package.json
RUN cd /tmp \
&& npm install \
&& npm rebuild node-sass
# Install Node Packages
RUN cd /tmp && npm install
COPY . .

Loading…
Cancel
Save