Commit Graph

11 Commits

Author SHA1 Message Date
Juan Picado 8992b22eb3 fix: docker build missing modules (#2041) 2021-04-09 17:54:31 +02:00
Juan Picado 8c730c0694 refactor: max-len and printWidth to 100 (#1941)
* refactor: max-len and printWidth to 100

* chore: ci specific pnpm version

* fix: add types peer package

literally get rid of types package
2021-04-09 17:54:20 +02:00
Juan Picado 1ece11cfc0
feat: migrate yarn 1 to yarn 2 (#1962) 2020-10-11 19:06:21 +02:00
Juan Picado @jotadeveloper 55cad51d8f
chore: allow prettier config within docker image 2018-09-25 22:19:51 +02:00
Diego Louzán 9ba61c346f
refactor(docker): multistage build / support for running as random uid
- refactor env directives
- move startup cmd to `docker-bin` directory to avoid it being included
  in the npm package
2018-08-02 20:23:26 +02:00
Diego Louzán 4862acdc0e
refactor(docker): multistage build / support for running as random uid
- refactor docker image to use builder multistage pattern
- separate storage directories
- verdaccio code directories are not user writeable
- add generic support for random user uid on environments where the startup
  user for docker is randomized (e.g. openshift)
2018-08-02 20:23:25 +02:00
Juan Picado @jotadeveloper 5a93589caa
chore: update gitignore
allow vscode files to be shared
2018-03-17 11:53:10 +01:00
Juan Picado @jotadeveloper fd2eeea4dd refactor: run test on build Docker image 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper 1465ce2b92
fix: Dockerfile to run webpack step 2017-07-18 21:14:13 +02:00
Christian Bewernitz a1c396ea27 added hint about excluding files from being ignored from docker 2017-06-24 12:03:44 +02:00
Christian Bewernitz 9a4f81c2cb allow to configure port for docker
- also works for docker-compose
- updated docs accordingly
- included .dockerignore to speed up build
2017-06-24 11:21:28 +02:00