Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Not Required
  • Loading branch information
lorypelli authored Apr 15, 2023
1 parent 386b535 commit 64c08e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:18.15.0-buster-slim

ENV DEBIAN_FRONTEND=noninteractive
RUN npm i -g npm@latest
RUN dpkg-reconfigure -p critical dash
RUN for i in $(seq 1001 1500); do \
groupadd -g $i runner$i && \
Expand Down

0 comments on commit 64c08e6

Please sign in to comment.