diff --git a/Dockerfile b/Dockerfile index ab58146..dee330e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ ENV NODE_ENV production WORKDIR /usr/src/app +COPY . ${WORKDIR} + RUN apt-get update && \ apt-get install --no-install-recommends --yes \ automake \