We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9387216 + 2eea1c6 commit ee78884Copy full SHA for ee78884
Dockerfile
@@ -8,12 +8,12 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
8
9
RUN apt-get update && apt-get install netcat-openbsd supervisor vim gettext -y
10
11
-ADD ./ /newara/www
12
-
13
WORKDIR /newara/www
+COPY poetry.lock pyproject.toml /newara/www/
14
RUN pip install poetry
15
RUN poetry config virtualenvs.create false && poetry install
16
+ADD ./ /newara/www
17
RUN mkdir -p /var/log/newara/
18
RUN chmod +x /newara/www/.docker/run.sh
19
RUN chmod +x /newara/www/.docker/run-celery.sh
0 commit comments