Compare commits
No commits in common. "6755f1ddf985624ae349e9b1a372c2be841f24df" and "3f0f4ab959eda901975440cc23d66852b609dc9c" have entirely different histories.
6755f1ddf9
...
3f0f4ab959
12
Dockerfile
12
Dockerfile
@ -1,12 +0,0 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY game_collection/requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY game_collection .
|
||||
|
||||
EXPOSE 3004
|
||||
|
||||
CMD [ "flask", "run", "--host=0.0.0.0", "--port=3004" ]
|
@ -1,10 +0,0 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "3004:3004"
|
||||
volumes:
|
||||
- /home/manuel/docker/MikaApp/instance:/usr/src/app/instance
|
||||
command: ["./start.sh"]
|
Loading…
Reference in New Issue
Block a user