mirror of
https://github.com/pdxlocations/contact.git
synced 2026-08-12 03:42:53 +02:00
init dockerfile
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM docker.io/python:3.14
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /data
|
||||
|
||||
# Install contact
|
||||
RUN python -m pip install /app && rm -rf /app
|
||||
|
||||
VOLUME /data
|
||||
|
||||
ENTRYPOINT [ "contact" ]
|
||||
Reference in New Issue
Block a user