Skip to content

Commit f026029

Browse files
committed
Update Dockerfile
1 parent 4ea039a commit f026029

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ RUN npm ci --production
2020
COPY --from=builder /app/dist ./dist
2121
COPY views ./views
2222

23+
RUN apt-get update && \
24+
apt-get install -y curl && \
25+
rm -rf /var/lib/apt/lists/*
26+
2327
EXPOSE ${port:-80}
2428

2529
CMD ["npm", "start"]

0 commit comments

Comments
 (0)