1
0
Fork 0
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:
ajeetraina 2022-03-12 12:03:07 +05:30
parent e5008d036b
commit aed1b15d31
7 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,4 @@
FROM python
FROM python:3.11.0a6-alpine3.15
ADD . /code
WORKDIR /code
RUN pip install -r requirements.txt

View file

@ -1,4 +1,3 @@
version: '2'
services:
redis:
image: redislabs/redismod