Remove php from node npm image
All checks were successful
Build and Push Image / Build and push image (push) Successful in 31s

This commit is contained in:
Jan Gleytenhoover 2024-07-16 13:17:30 +00:00
parent 99f38c1434
commit 21fd917f2d

@ -1,4 +1,4 @@
FROM php:8.2-alpine
FROM alpine
RUN apk add nodejs git curl npm bash sudo