Skip to content

Commit 3c5673b

Browse files
authored
Merge pull request #26 from tomeai/dev
feat: deploy
2 parents 32d39ff + c8156c2 commit 3c5673b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

backend/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ COPY deploy/celery.conf /etc/supervisor/conf.d/
5454

5555
RUN mkdir -p /var/log/celery
5656

57+
RUN apt-get update && apt-get install -y curl gnupg \
58+
&& rm -rf /var/lib/apt/lists/*
59+
60+
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
61+
&& apt-get install -y nodejs
62+
63+
RUN node -v && npm -v && npx -v
64+
5765
EXPOSE 8555
5866

5967
# Build image

0 commit comments

Comments
 (0)