diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 2c3b310..62be6be 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build -RUN cp -r build/ . +RUN cp -r build/* . RUN ls