mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +00:00
Add dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
FROM python:3-alpine
|
||||||
|
LABEL org.opencontainers.image.source github.com/akpw/mktxp
|
||||||
|
WORKDIR /mktxp
|
||||||
|
COPY . .
|
||||||
|
RUN pip install ./
|
||||||
|
EXPOSE 49090
|
||||||
|
ENTRYPOINT ["/usr/local/bin/mktxp"]
|
||||||
|
CMD ["export"]
|
||||||
Reference in New Issue
Block a user