Removed redundant context specification in composefile
This commit is contained in:
parent
dced187fc7
commit
5b8d1cbdb1
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ services:
|
||||||
frostbyte:
|
frostbyte:
|
||||||
container_name: frostbyte
|
container_name: frostbyte
|
||||||
build:
|
build:
|
||||||
context: "."
|
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
|
|
Loading…
Reference in a new issue