Skip to content

Commit 2e0bb84

Browse files
author
James Lee
committed
Merge branch 'branch-v0.4' into branch-v0.5
2 parents 13311df + e312219 commit 2e0bb84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ FROM python:3.5
22
RUN pip install Flask==0.11.1 redis==2.10.5
33
RUN useradd -ms /bin/bash admin
44
USER admin
5+
COPY app /app
56
WORKDIR /app
67
CMD ["python", "app.py"]

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ services:
44
build: .
55
ports:
66
- "5000:5000"
7-
volumes:
8-
- ./app:/app
97
depends_on:
108
- redis
119
redis:

0 commit comments

Comments
 (0)