fix: dockerfile

This commit is contained in:
Davidson Gomes 2024-08-24 08:39:33 -03:00
parent a9c737da3f
commit a90617fa0c

View File

@ -11,7 +11,7 @@ WORKDIR /evolution
COPY ./package.json ./tsconfig.json ./
RUN npm install
RUN npm install -f
COPY ./src ./src
COPY ./public ./public