diff options
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ RUN apt-get install -y nodejs yarn COPY . /var/www WORKDIR /var/www +RUN yarn +RUN yarn build + ENV PORT=80 EXPOSE 80 |
index : rooster.hetmml.nl | ||
The search engine of the MML Schedule page | Noah Loomans |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 3 |
@@ -10,6 +10,9 @@ RUN apt-get install -y nodejs yarn COPY . /var/www WORKDIR /var/www +RUN yarn +RUN yarn build + ENV PORT=80 EXPOSE 80 |