diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index c95d0ed..b9d605e 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build -RUN cp build . +RUN cp -r build . RUN ls