mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Fixed formatting changes
This commit is contained in:
parent
e5008d036b
commit
aed1b15d31
7 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python
|
||||
FROM python:3.11.0a6-alpine3.15
|
||||
ADD . /code
|
||||
WORKDIR /code
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '2'
|
||||
services:
|
||||
redis:
|
||||
image: redislabs/redismod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue