Merge 4f697665b5
into bd3df756e5
This commit is contained in:
commit
3f57c9c4fb
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ pipeline:
|
|||
image: plugins/docker
|
||||
repo: drone/node-demo
|
||||
secrets: [ docker_username, docker_password ]
|
||||
dry_run: true # remove this to publish
|
||||
dry_run: true #doing build testing
|
||||
|
|
|
@ -3,4 +3,4 @@ WORKDIR /usr/src/app
|
|||
ADD server.js .
|
||||
ADD node_modules node_modules
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "server.js" ]
|
||||
CMD [ "node", "server.js" ] #some test
|
||||
|
|
Loading…
Add table
Reference in a new issue