Difference between revisions of "Containerfile"

From John Freier
Jump to: navigation, search
(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")
(No difference)

Revision as of 12:52, 17 January 2023

Containerfile and Dockerfile are interchangeable for the most part.

ENV

To set an environment variable.

 ENV EXAMPLE=/opt/example
 ENV APP_PROFILE=dev