mirror of
https://github.com/casjaysdevdocker/wordpress
synced 2025-09-18 21:57:48 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -5,10 +5,10 @@ ARG BUILD_DATE \
|
||||
PORT=80
|
||||
|
||||
ENV TERM="xterm" \
|
||||
DB_HOST="localhost" \
|
||||
DB_HOST="localhost" \
|
||||
DB_NAME="wordpress" \
|
||||
DB_USER="root"\
|
||||
DB_PASS="password"
|
||||
DB_USER="root" \
|
||||
DB_PASS="password"
|
||||
|
||||
RUN apk -U upgrade && \
|
||||
apk add --no-cache bash curl less vim nginx ca-certificates git tzdata zip \
|
||||
|
Reference in New Issue
Block a user