We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 466de7d + 1bb2365 commit 805048aCopy full SHA for 805048a
.travis.yml
@@ -1,4 +1,6 @@
1
language: node_js
2
+services:
3
+ - docker
4
sudo: false
5
node_js:
6
- 'lts/carbon'
@@ -10,3 +12,4 @@ script:
10
12
- yarn lint
11
13
- yarn code:build
14
- yarn test:all
15
+ - yarn build:docker
Dockerfile
@@ -14,7 +14,7 @@ RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \
16
17
-FROM verdaccio/verdaccio:4.0
+FROM verdaccio/verdaccio:4
18
LABEL maintainer="https://github.com/bufferoverflow/verdaccio-gitlab"
19
20
# Go back to root to be able to install the plugin
0 commit comments