Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk authored Apr 27, 2024
1 parent 1bd785c commit 0afc83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

COPY . .

RUN apt-get update && \
RUN apt-get update && apt-get install -y vim && \
pip install -r requirements.txt && \
buildout -N -c docker.cfg
# sed -i 's/bind 127.0.0.1 ::1/bind 0.0.0.0/g' ./etc/redis.conf
Expand Down

0 comments on commit 0afc83a

Please sign in to comment.