diff --git a/Dockerfile b/Dockerfile index 3cf94d1..03cda6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ COPY --from=build /home/node/app/yarn.lock . RUN yarn -COPY --from=build /home/node/app/build . +COPY --from=build /home/node/app/dist . CMD [ "node", "index.js"] \ No newline at end of file