diff --git a/Dockerfile b/Dockerfile index bca2d0e..963029d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM node:20-alpine ADD . /app WORKDIR /app -RUN yarn \ No newline at end of file +RUN yarn