Compare commits

..

1 Commits

Author SHA1 Message Date
Mohammad Osama Khan fcade1debb
Implemented Transifex 2022-12-19 18:56:36 +05:30
1 changed files with 0 additions and 10 deletions

View File

@ -1,13 +1,3 @@
# #Deriving the latest base image
# FROM python:latest
# WORKDIR /transifex-webhook
# ENV
# COPY requirements.txt requirements.txt
# RUN pip install -r requirements.txt
# COPY transifex_demo.py ./
# COPY . .
# CMD [ "python", "./transifex_demo.py"]
FROM python:3
ADD requirements.txt /
RUN pip install -r requirements.txt