This commit is contained in:
@@ -1,12 +1,6 @@
|
|||||||
FROM php:latest
|
|
||||||
|
|
||||||
ARG BASE_VERSION
|
ARG BASE_VERSION
|
||||||
|
|
||||||
RUN echo BASE_VERSION;
|
FROM $BASE_VERSION
|
||||||
RUN echo $BASE_VERSION;
|
|
||||||
RUN echo ${BASE_VERSION};
|
|
||||||
|
|
||||||
RUN exit;
|
|
||||||
|
|
||||||
# port to for the webserver
|
# port to for the webserver
|
||||||
ENV WEBSERVER_PORT=8080
|
ENV WEBSERVER_PORT=8080
|
||||||
|
|||||||
Reference in New Issue
Block a user