Skip to content

Commit

Permalink
alpine docker added new design
Browse files Browse the repository at this point in the history
  • Loading branch information
sstidl committed Oct 26, 2024
1 parent 4b6a8b8 commit e8c8ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN apk add --quiet --no-cache \
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/



# Install extensions
RUN install-php-extensions iconv gd pdo pdo_mysql pdo_pgsql pgsql

Expand All @@ -33,6 +32,7 @@ RUN mkdir -p /speedtest/

# Copy sources
COPY backend/ /speedtest/backend
COPY frontend/ /speedtest/frontend

COPY results/*.php /speedtest/results/
COPY results/*.ttf /speedtest/results/
Expand Down

0 comments on commit e8c8ac8

Please sign in to comment.