We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b0a66 commit 83f7939Copy full SHA for 83f7939
deploy/Dockerfile
@@ -1,7 +1,9 @@
1
FROM ubuntu:latest
2
3
RUN apt-get update && apt-get install -yq python3 python3-pip vim curl gettext
4
-COPY . /root/aic_site
+RUN mkdir /root/aic_site
5
+COPY requirements /root/aic_site/requirements
6
WORKDIR /root/aic_site/requirements
7
RUN pip3 install --upgrade pip
-RUN pip3 install -r production.txt
8
+RUN pip3 install -r production.txt
9
+COPY . /root/aic_site
0 commit comments