Browse Source

Fix

pull/1/head
Sebastian 9 years ago
parent
commit
3080bf9ab9
  1. 2
      Dockerfile.build

2
Dockerfile.build

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

Loading…
Cancel
Save