This commit is contained in:
muhammadeko 2022-04-30 13:58:09 +07:00
parent a7a026b689
commit 06fa8c067f
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

View File

@ -3,6 +3,6 @@ ADD . /gc_tools
WORKDIR /gc_tools
RUN ["yarn", "install"]
RUN ["yarn", "run", "build"]
CMD ["yarn","add","serve"]
CMD ["yarn","global","add","serve"]
CMD ["serve", "-s", "build"]
EXPOSE 3000