Skip to content

Commit

Permalink
Merge pull request #41 from yumpyy/master
Browse files Browse the repository at this point in the history
Dockerfile for durdraw. Thanks @yumpyy !
  • Loading branch information
cmang authored Jan 23, 2024
2 parents 7f1708a + 5392d7e commit 9174e3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# syntax=docker/dockerfile:1
FROM python:3.12-alpine

WORKDIR /durdraw
COPY . .
RUN pip install --upgrade .
ENV TERM=xterm-256color
ENTRYPOINT ["durdraw"]

0 comments on commit 9174e3a

Please sign in to comment.