copy print folder on dockerfile build

This commit is contained in:
Joan Sanchez 2019-01-22 10:57:52 +01:00
parent 471374f32d
commit ec1d36f8b9
61 changed files with 3 additions and 1 deletions

View File

@ -18,12 +18,14 @@ RUN apt-get update \
WORKDIR /salix
COPY package.json package-lock.json ./
COPY loopback/package.json loopback/
COPY print/package.json print/
RUN npm install --only=prod
COPY loopback loopback
COPY back back
COPY modules modules
COPY dist/webpack-assets.json dist/
COPY print print
COPY \
modules.yml \
LICENSE \

View File

@ -1,3 +1,3 @@
module.exports = function(app) {
require('../../../services/print/server.js')(app);
require('../../../print/server.js')(app);
};

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB