dynamic FROM test
Some checks failed
ci/woodpecker/push/build_dev Pipeline failed

This commit is contained in:
Ruben Momoa
2024-08-22 16:03:46 +02:00
parent f513ac31be
commit ed046e5d7e

View File

@@ -1,11 +1,10 @@
ARG PHP_VERSION
RUN echo ${PHP_VERSION};
FROM php:latest
RUN echo PHP_VERSION;
RUN echo $PHP_VERSION;
FROM ${PHP_VERSION}
ENV NVM_DIR="/root/.nvm"
RUN echo ${PHP_VERSION};
# port to for the webserver
ENV WEBSERVER_PORT=8080