Copy the build output directory; not the unbuilt public files

This commit is contained in:
dannyrb 2019-05-01 16:38:34 -04:00
parent b8dd70f2c8
commit 3821e8a4d9

View File

@ -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