Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from target/fix-dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile To Work With Dockerhub & More
  • Loading branch information
remoz authored Aug 17, 2018
2 parents f444e8e + f64ee8a commit 4e3e478
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM node:10.4.1-alpine

RUN yarn

COPY ./src/ /opt/src
COPY ./config/ /opt/config
COPY ./index.js /opt/index.js
COPY ./node_modules/ /opt/node_modules
COPY ./package.json /opt/package.json

WORKDIR /opt/

RUN yarn install

ENTRYPOINT ["node", "/opt/index.js"]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A drone plugin that will send release information via slack.

# Example Output

![ ](./static/example-output.png)

# Example Drone Usage

```yaml
Expand Down
Binary file added static/example-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e3e478

Please sign in to comment.