We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4d554 commit 902f73eCopy full SHA for 902f73e
Dockerfile
@@ -4,14 +4,14 @@ LABEL author="Devin Matte <[email protected]>"
4
WORKDIR /usr/src/schedule
5
COPY package.json ./
6
7
-RUN npm install --silent
+RUN npm install
8
9
COPY package.json tsconfig.json gulpfile.js ./
10
COPY assets ./assets
11
RUN npm run-script build
12
13
14
-FROM php:7.1-apache as php-setup
+FROM php:7.3-apache as php-setup
15
LABEL author="Devin Matte <[email protected]>"
16
17
RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list
@@ -34,7 +34,7 @@ RUN apt-get -yq update && \
34
libjpeg-dev \
35
libfreetype6-dev \
36
libxml2-dev \
37
- unzip \
+ unzip \
38
wget \
39
--no-install-recommends
40
0 commit comments