15 lines
311 B
YAML
15 lines
311 B
YAML
version: "3"
|
|
services:
|
|
previouslyon:
|
|
build: .
|
|
# image: mileschou/lapis
|
|
# environment:
|
|
restart: always
|
|
# context: /srv/lapis
|
|
volumes:
|
|
- ./code:/srv/lapis
|
|
ports:
|
|
- "8080:8080"
|
|
# command: ['lapis', 'new', '--lua', '&&', 'lapis', 'server']
|
|
# command: ['pwd']
|