basil1987 / myonlinestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting the Web App on Local

$ yarn start

Building the application

$ yarn build

Building the container

$ docker build -f Dockerfile -t $DOCKER_USER_ID/sentiment-analysis-frontend .

Running the container

$ docker run -d -p 80:80 $DOCKER_USER_ID/sentiment-analysis-frontend

Pushing the container

$ docker push $DOCKER_USER_ID/sentiment-analysis-frontend

End#

About


Languages

Language:JavaScript 75.3%Language:HTML 16.8%Language:CSS 7.4%Language:Dockerfile 0.5%