Change build path

This commit is contained in:
2022-03-06 20:18:54 +07:00
parent a708d8589f
commit d610c692ad

View File

@@ -14,6 +14,6 @@ COPY --from=build /home/node/app/yarn.lock .
RUN yarn RUN yarn
COPY --from=build /home/node/app/build . COPY --from=build /home/node/app/dist .
CMD [ "node", "index.js"] CMD [ "node", "index.js"]