mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
10 lines
163 B
YAML
Executable File
10 lines
163 B
YAML
Executable File
services:
|
|
portfolio:
|
|
image: 'asimonson1125/portfolio'
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
restart: 'no'
|
|
ports:
|
|
- 8080:8080
|