attempt 3
Some checks failed
/ docker (push) Failing after 24s

This commit is contained in:
Lee 2023-07-08 00:11:43 +01:00
parent f8a23c19ba
commit 99ca7597f4

@ -3,7 +3,7 @@ FROM alpine:3.18.2
# Install dependencies
RUN apk update && \
apk upgrade && \
apk add --no-cache nginx php8 php8-fpm && \
apk add --no-cache nginx php php-fpm && \
rm -rf /var/cache/apk/*
# Set up nginx