mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
remove dockerfile
This commit is contained in:
parent
75c8d01c49
commit
51c9bb4ed2
@ -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
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user