adjust things
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM verdaccio/verdaccio
|
||||
|
||||
USER root
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
RUN yarn install
|
||||
USER verdaccio
|
||||
@@ -1,10 +1,8 @@
|
||||
services:
|
||||
- type: web
|
||||
name: verdaccio
|
||||
repo: https://github.com/verdaccio/verdaccio.git # optional
|
||||
region: oregon # optional (defaults to oregon)
|
||||
plan: starter # optional (defaults to starter)
|
||||
branch: 5.x # optional (uses repo default)
|
||||
env: docker
|
||||
disk:
|
||||
name: verdaccio-data
|
||||
|
||||
Reference in New Issue
Block a user