Containerfile
From John Freier
Revision as of 11:52, 17 January 2023 by Jfreier (Talk | contribs) (Created page with "Containerfile and Dockerfile are interchangeable for the most part. == ENV == To set an environment variable. ENV EXAMPLE=/opt/example ENV APP_PROFILE=dev")
Containerfile and Dockerfile are interchangeable for the most part.
ENV
To set an environment variable.
ENV EXAMPLE=/opt/example ENV APP_PROFILE=dev