From 3821e8a4d902c35adcf231c11dae70bb58cbea4b Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 1 May 2019 16:38:34 -0400 Subject: [PATCH] Copy the build output directory; not the unbuilt public files --- dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfile b/dockerfile index f20d2ac68..e8707b934 100644 --- a/dockerfile +++ b/dockerfile @@ -4,7 +4,6 @@ FROM node:11.2.0-slim as builder # RUN apt-get update && apt-get install -y git yarn RUN mkdir /usr/src/app - WORKDIR /usr/src/app ENV PATH /usr/src/app/node_modules/.bin:$PATH