fix dockerfile
This commit is contained in:
parent
259d540e6f
commit
a423c4ae99
1 changed files with 0 additions and 1 deletions
|
@ -4,5 +4,4 @@ COPY package.json yarn.lock .
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
EXPOSE 3000
|
|
||||||
CMD [ "node", "dist/index.js" ]
|
CMD [ "node", "dist/index.js" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue