remove dockerfile

This commit is contained in:
fingadumbledore 2023-12-02 06:09:26 +01:00
parent 75c8d01c49
commit 51c9bb4ed2
2 changed files with 0 additions and 11 deletions

View File

@ -1,7 +0,0 @@
FROM python:3-alpine3.18
WORKDIR /app
COPY ./party /app
RUN pip install -r requierements.txt
EXPOSE 5000
RUN python main.py
EXPOSE 5000

View File

@ -7,7 +7,3 @@ services:
- ./scripts/init-mongo.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
- ./db/:/data/db/
network_mode: "host"
party:
build: .
ports:
- "8000:5000"