Skip to content

Commit 8adba4a

Browse files
committed
update and rm folder
1 parent 0fbbed3 commit 8adba4a

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.dockerignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.venv/
22
.env
3-
botold.py
4-
old/
53
LICENSE
64
README.md
75
example.env

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,4 @@ cython_debug/
160160
#.idea/
161161

162162
# Docker environment file
163-
.env
164-
botold.py
165-
old/
163+
.env

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9-slim
22

33
# Install Redis
4-
RUN apt-get update && apt-get install -y redis-server
4+
RUN apt-get update && apt-get install -y redis-server && apt-get clean && rm -rf /var/lib/apt/lists/*
55

66
# Set the working directory
77
WORKDIR /app

0 commit comments

Comments
 (0)