Skip to content

Instantly share code, notes, and snippets.

@rk76feWF
Created March 15, 2021 12:47
Show Gist options
  • Save rk76feWF/e14302faca4b661e27b098edc12a10aa to your computer and use it in GitHub Desktop.
Save rk76feWF/e14302faca4b661e27b098edc12a10aa to your computer and use it in GitHub Desktop.
PythonのDocker環境を作成する
version: '3'
services:
app:
image: python:latest
volumes:
- ./:/var/www/html
working_dir: /var/www/html
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment