Browse Source

Merge branch 'master' of github.com:SebastianStehle/Squidex

pull/1/head
Sebastian 9 years ago
parent
commit
39c3369a3c
  1. 2
      Dockerfile.build

2
Dockerfile.build

@ -37,7 +37,7 @@ WORKDIR /
# Build Frontend # Build Frontend
RUN cp -a /tmp/node_modules /src/Squidex/ \ RUN cp -a /tmp/node_modules /src/Squidex/ \
&& cd /src/Squidex \ && cd /src/Squidex \
%% npm run test:coverage \ && npm run test:coverage \
&& npm run build:copy \ && npm run build:copy \
&& npm run build && npm run build

Loading…
Cancel
Save