Skip to content

Instantly share code, notes, and snippets.

@v1k22
Created April 6, 2021 10:37
Show Gist options
  • Select an option

  • Save v1k22/c05e3bee56562bccd9a1cf7b1a92e17b to your computer and use it in GitHub Desktop.

Select an option

Save v1k22/c05e3bee56562bccd9a1cf7b1a92e17b to your computer and use it in GitHub Desktop.
Dockerfile for my python applicaion
FROM python
RUN mkdir src
WORKDIR /src/
COPY test.py .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment