mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:09:31 +08:00
8 lines
114 B
Text
8 lines
114 B
Text
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker build -t omt .
|
|
- docker run --rm -v `pwd`:/usr/src omt
|