Skip to content

Commit c03c552

Browse files
committed
Updated shell config files.
1 parent ad61260 commit c03c552

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
.*
22
!.git*
3-
!.*rc
4-
!*.yml

bash_profile

-18
This file was deleted.

php/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ RUN groupadd -g $PGID audith && useradd -u $PUID -g audith -M audith
198198
RUN usermod -aG sudo audith
199199
RUN sed -i -e "s/%sudo.*/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g" /etc/sudoers
200200

201-
COPY ./bash_profile /home/audith/.profile
201+
COPY ./profile /etc/profile
202+
COPY ./profile /etc/bashrc
202203

203204
USER audith
204205

php/bash_profile profile

File renamed without changes.

0 commit comments

Comments
 (0)