Sylius/.docker/test/Dockerfile
2024-12-03 14:48:06 +00:00

10 lines
No EOL
258 B
Docker

FROM ghcr.io/sylius/sylius-php:8.2-fixuid-xdebug-alpine
USER root
RUN apk add --update apk add nano \
# for all test commands, they use makefile
make \
# for the integration tests, they need the frontend running
nodejs npm yarn
USER sylius