Skip to content

Commit 902f73e

Browse files
committed
Upgrading to PHP 7.3
1 parent 1e4d554 commit 902f73e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ LABEL author="Devin Matte <[email protected]>"
44
WORKDIR /usr/src/schedule
55
COPY package.json ./
66

7-
RUN npm install --silent
7+
RUN npm install
88

99
COPY package.json tsconfig.json gulpfile.js ./
1010
COPY assets ./assets
1111
RUN npm run-script build
1212

1313

14-
FROM php:7.1-apache as php-setup
14+
FROM php:7.3-apache as php-setup
1515
LABEL author="Devin Matte <[email protected]>"
1616

1717
RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list
@@ -34,7 +34,7 @@ RUN apt-get -yq update && \
3434
libjpeg-dev \
3535
libfreetype6-dev \
3636
libxml2-dev \
37-
unzip \
37+
unzip \
3838
wget \
3939
--no-install-recommends
4040

0 commit comments

Comments
 (0)