Containerfile

From John Freier
Revision as of 12: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")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Containerfile and Dockerfile are interchangeable for the most part.

ENV

To set an environment variable.

 ENV EXAMPLE=/opt/example
 ENV APP_PROFILE=dev