docker
This commit is contained in:
commit
19d590935e
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM mileschou/lapis:latest as previouslyon
|
||||
|
||||
WORKDIR /srv/lapis
|
||||
|
||||
CMD lapis server
|
||||
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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']
|
||||
Loading…
Reference in New Issue
Block a user