mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 16:02:12 +00:00
fix docker image?
This commit is contained in:
parent
b04944d9a5
commit
e8ffa283f2
|
@ -6,7 +6,7 @@ workspace:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: compose:alpine-1.27.4
|
image: docker/compose:alpine-1.27.4
|
||||||
commands:
|
commands:
|
||||||
- docker build ../../ --file ../prod/Dockerfile --tag dessalines/lemmy:travis
|
- docker build ../../ --file ../prod/Dockerfile --tag dessalines/lemmy:travis
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
|
|
Loading…
Reference in a new issue