8000 GitHub - y129may9th/php
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

y129may9th/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Dockerfile のイメージを使う

$ docker build -t my_php ./docker
$ docker image ls

サーバー起動

$ docker run --rm \
  --publish 8000:8000 \
  --name php-container \
  --volume $(pwd):/myapp \
  my_php -t /myapp -S 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0