Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -16,4 +16,4 @@ RUN cd /web/project;yarn install | ... | @@ -16,4 +16,4 @@ RUN cd /web/project;yarn install |
16 | EXPOSE 3000 | 16 | EXPOSE 3000 |
17 | RUN cd /web/project;yarn build:web | 17 | RUN cd /web/project;yarn build:web |
18 | WORKDIR /web/project | 18 | WORKDIR /web/project |
19 | -# CMD [ "yarn", "start:web" ] | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
19 | +CMD [ "yarn", "start:web" ] | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment