Passwd join fix

This commit is contained in:
Arseniy Kuznetsov
2021-05-23 15:43:51 +02:00
parent ee6c8978b2
commit cbc477eea3
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ FROM python:3-alpine
LABEL org.opencontainers.image.source github.com/akpw/mktxp
WORKDIR /mktxp
COPY . .
RUN pip install ./
RUN pip install ./ && apk add nano
EXPOSE 49090
ENTRYPOINT ["/usr/local/bin/mktxp"]
CMD ["export"]