aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 6c51af4..05c67e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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