Skip to content

Commit 4abbe19

Browse files
committed
Hotfix: removed nodejs and build email script from docker
1 parent 3700430 commit 4abbe19

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

Dockerfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
111
FROM python:3.9
122

133
RUN apt update --no-install-recommends -y
@@ -32,8 +22,6 @@ COPY poetry.lock pyproject.toml /procollab/
3222
RUN poetry config virtualenvs.create false \
3323
&& poetry install --no-root
3424

35-
COPY --from=emails /email ./emails/
36-
3725
EXPOSE 8000
3826

3927
RUN mkdir /procollab/staticfiles

scripts/build-emails.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)