summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-26 20:10:36 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-26 20:10:36 +0100
commit24dbd9f360be1a533bb33e2506a88fd9af85eac2 (patch)
tree029f1c957eab61c4dca4507342a606d9e4fac9c0 /Dockerfile
parent1330ff9c1a8891913b5ef58cdfe64f8fd3751c75 (diff)
downloadSmarker-24dbd9f360be1a533bb33e2506a88fd9af85eac2.tar.gz
Smarker-24dbd9f360be1a533bb33e2506a88fd9af85eac2.zip
Added installing dependencies in docker images, and fixed docker images
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b688e0c..d6188ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,5 +7,6 @@ RUN apt-get install -y python3-pip python3-dev build-essential texlive-base wkht
COPY ./Smarker /Smarker
WORKDIR /Smarker
RUN pip3 install -r requirements.txt
-ENTRYPOINT ["python3"]
+RUN ln -s /usr/bin/python3 /usr/bin/python
+ENTRYPOINT ["python"]
CMD ["smarker.py"] \ No newline at end of file