Skip to content

Commit

Permalink
fixup! fix: 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Apr 22, 2024
1 parent f3f5c26 commit 0a5e736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/internal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk add --no-cache icu-dev \
# PHP config file
COPY ./php.ini ${PHP_INI_DIR}/conf.d/1000-php.ini

ADD --chown=www-data ./selfserve.tar.gz /var/www/html
ADD --chown=www-data ./internal.tar.gz /var/www/html

# nginx server config file
COPY internal.conf /etc/nginx/conf.d/internal.conf
Expand Down

0 comments on commit 0a5e736

Please sign in to comment.