fix docker-compose.yml: lowercase dockerfile name for Linux
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: dockerfile
|
||||||
image: papo-app:latest
|
image: papo-app:latest
|
||||||
working_dir: /usr/src/app
|
working_dir: /usr/src/app
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user