🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-06 11:25:40 -04:00
parent 2556536375
commit f4ce626f4c
2 changed files with 11 additions and 6 deletions

View File

@@ -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 \