Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Remove my.cnf
  • Loading branch information
curtishall authored Jul 16, 2023
1 parent bb8f4a6 commit e1f8d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN apt-get update \
wget sudo rsyslog nmap curl sysstat iproute2 \
openssl ca-certificates ssl-cert gnupg gnupg2 gnupg1

COPY my.cnf /root/.my.cnf
#COPY my.cnf /root/.my.cnf

#RUN { \
# echo "[client]"; \
Expand Down Expand Up @@ -189,8 +189,8 @@ RUN apt-get clean \
# bluecherry installer scripts interact with the database. However, once the
# image is created, we expect it to receive all of the settings/credentials
# from environment variables passed in by docker or docker-compose.
RUN rm -f /root/.my.cnf \
&& rm -f /etc/bluecherry.conf
#RUN rm -f /root/.my.cnf \
RUN rm -f /etc/bluecherry.conf

# When running rsyslog in a container, we need to disable imklog
# since the in-container process won't be allowed access to it.
Expand Down

0 comments on commit e1f8d2a

Please sign in to comment.