We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3700430 commit 4abbe19Copy full SHA for 4abbe19
2 files changed
Dockerfile
@@ -1,13 +1,3 @@
1
-FROM node:16 as emails
2
-
3
-RUN mkdir build
4
-WORKDIR /build
5
6
-COPY ./scripts ./scripts
7
8
-RUN ["chmod", "+x", "./scripts/build-emails.sh"]
9
-RUN bash ./scripts/build-emails.sh
10
11
FROM python:3.9
12
13
RUN apt update --no-install-recommends -y
@@ -32,8 +22,6 @@ COPY poetry.lock pyproject.toml /procollab/
32
22
RUN poetry config virtualenvs.create false \
33
23
&& poetry install --no-root
34
24
35
-COPY --from=emails /email ./emails/
36
37
25
EXPOSE 8000
38
26
39
27
RUN mkdir /procollab/staticfiles
scripts/build-emails.sh
0 commit comments