Skip to content

Instantly share code, notes, and snippets.

@FerusAndBeyond
Created April 30, 2022 19:40
Show Gist options
  • Save FerusAndBeyond/5d726cd272654827b22355d6b0f982dd to your computer and use it in GitHub Desktop.
Save FerusAndBeyond/5d726cd272654827b22355d6b0f982dd to your computer and use it in GitHub Desktop.
env-variable part 3
FROM python:3.8-alpine
COPY app .
CMD python -u main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment