Skip to content

Commit

Permalink
ci(docker): Add the ll alias in .bashrc to simplify debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jan 4, 2024
1 parent eedce11 commit f3afb16
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 @@ -3,7 +3,7 @@ FROM python:3.8-slim-bullseye
# RUN apt update && apt install -y procps gdb

# Add the `ls` alias to simplify debugging
RUN echo "alias ls='/bin/ls -l --color=auto'" >> /root/.bashrc
RUN echo "alias ll='/bin/ls -l --color=auto'" >> /root/.bashrc

ENV ANTAREST_CONF /resources/application.yaml

Expand Down

0 comments on commit f3afb16

Please sign in to comment.