Skip to content

Commit e1cba46

Browse files
committed
bugfix Dockerfile
1 parent 8e9d05d commit e1cba46

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,4 @@ yarn-error.log*
213213
# typescript
214214
*.tsbuildinfo
215215
next-env.d.ts
216+
/.cursorindexingignore

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ COPY . .
1717
RUN poetry config virtualenvs.create false
1818
RUN poetry install --only main,extras
1919

20-
# Copy application code
21-
COPY app/ .
22-
2320
# Run the bot
2421
CMD ["poetry", "run", "python", "run.py"]

0 commit comments

Comments
 (0)