@ -12,7 +12,12 @@ VOLUME [ "/var/www/data" ]
# Copy custom configuration file from the current directory
WORKDIR ${BUILD_PATH}
COPY . ${BUILD_PATH}
COPY tsconfig.json tsconfig.json
COPY package.json package.json
COPY yarn.lock yarn.lock
COPY src src
COPY build build
RUN yarn install
RUN yarn build