Skip to content

Commit

Permalink
Revert "Optimize"
Browse files Browse the repository at this point in the history
This reverts commit a120697.
  • Loading branch information
thueske committed Jun 29, 2024
1 parent a120697 commit 41e45ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PHP_VERSION

FROM wordpress:php${PHP_VERSION}-fpm-alpine AS builder
FROM wordpress:php${PHP_VERSION}-fpm-alpine as builder
RUN apk add --no-cache libwebp-tools libjpeg-turbo-utils gifsicle optipng pngquant
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
&& chmod +x wp-cli.phar \
&& mv wp-cli.phar /usr/bin/wp

FROM rust:alpine AS builder2
FROM rust:alpine as builder2
RUN cargo install svgcleaner

FROM wordpress:php${PHP_VERSION}-fpm-alpine
Expand Down
1 change: 1 addition & 0 deletions conf/nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
user nginx;
worker_processes auto;

error_log /var/log/nginx/error.log notice;
Expand Down

0 comments on commit 41e45ea

Please sign in to comment.