Updated the copy command

This commit is contained in:
Tiago Ribeiro
2023-10-15 20:23:46 +01:00
parent 24f22abe4d
commit cd51b73cb2

View File

@@ -7,7 +7,7 @@ RUN mkdir /app
COPY package.json /app COPY package.json /app
WORKDIR /app WORKDIR /app
COPY . . COPY . /app
RUN yarn RUN yarn
RUN yarn build RUN yarn build