Skip to content

Commit 3ff8764

Browse files
committed
update docker files & instructions
1 parent b5e5afb commit 3ff8764

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "code-inbox-server"
2+
name = "src"
33
version = "0.1.0"
44
description = "A fully async based backend for Code Inbox built using FastAPI, MongoDB, Pydantic, ODMantic and Deta."
55
authors = ["wiseaidev <[email protected]>"]
@@ -18,8 +18,6 @@ classifiers = [
1818
keywords = ["python", "fastapi", "MongoDB", "ODMantic", "Deta", "Code Inbox"]
1919
packages = [
2020
{ include = "src" },
21-
{ include = "LICENSE" },
22-
{ include = "README.md" },
2321
]
2422

2523
[tool.poetry.dependencies]

server.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.10-slim
1+
FROM python:3.10.10-slim
22

33
ENV PYTHONUNBUFFERED 1
44

0 commit comments

Comments
 (0)