Updated the copy command
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user