Skip to content

Commit

Permalink
Changed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jul 22, 2023
1 parent 98212ed commit cae937b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ RUN mv $DIR/build/* $DIR/builds/acceptance/
FROM nginx:stable-alpine
ADD nginx.conf /etc/nginx/nginx.conf

RUN apk update && apk upgrade libx11
RUN apk add --no-cache ca-certificates

RUN apk update && apk add --no-cache libx11

COPY --from=builder /var/www/builds /var/www
CMD nginx -g 'daemon off;'

0 comments on commit cae937b

Please sign in to comment.