Skip to content

Commit dcf0468

Browse files
committed
Revert "Make docker multi-stage"
This reverts commit f23ad54.
1 parent 7125640 commit dcf0468

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
FROM oven/bun:alpine AS chrome-base
1+
FROM oven/bun:alpine
22

3-
RUN apk --update --no-cache add \
4-
chromium \
5-
&& rm -rf /var/cache/apk/* /tmp/*
6-
7-
FROM chrome-base AS app
3+
RUN apk --update --no-cache add chromium && \
4+
mkdir -p /home/lighthouse
85

96
ARG BUILD_DATE
107
ARG VCS_REF

0 commit comments

Comments
 (0)