Hansimov commited on
Commit
937bc45
1 Parent(s): b1de8a0

:boom: [Fix] Module apis not found

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. __init__.py +0 -0
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11-slim
2
  WORKDIR $HOME/app
3
- COPY requirements.txt .
4
  RUN pip install -r requirements.txt
5
  VOLUME /data
6
  EXPOSE 23333
 
1
  FROM python:3.11-slim
2
  WORKDIR $HOME/app
3
+ COPY . .
4
  RUN pip install -r requirements.txt
5
  VOLUME /data
6
  EXPOSE 23333
__init__.py ADDED
File without changes