Skip to content

Commit

Permalink
added docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Mar 26, 2022
1 parent 38b8a1f commit ecda598
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:latest
COPY ./dtodo.sh /usr/local/bin/dtodo
LABEL maintainer="[email protected]"
RUN useradd -m -s /bin/bash skwal
USER skwal
CMD ["bash"]
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ make uninstall
<img src="https://contrib.rocks/image?repo=SkwalExe/dtodo" />
</a>

# Docker 🐳

### Build 🛠️

```bash
# 📂 dtodo/
docker build -t dtodo .
```

### Run 🏃

```
docker run --rm -it dtodo
skwal@2de4d04723e4:/$ dtodo [OPTIONS]
```

# final

If you have any problem, don't hesitate to open an issue
Expand Down

0 comments on commit ecda598

Please sign in to comment.