Closed xeronimus closed 1 year ago
split up the build process as follows:
$ npm run build would do the current steps 1-4. This will leave us with a /deploy directory, ready to be copied to a server with node runtime.
$ npm run build:dockerimage would first call npm run build and then do step 5.
Discussed in https://github.com/Zuehlke/poinz/discussions/316
split up the build process as follows:
$ npm run build would do the current steps 1-4. This will leave us with a /deploy directory, ready to be copied to a server with node runtime.
$ npm run build:dockerimage would first call npm run build and then do step 5.