Repository for Kojinten Frontend
Refer to mac repository.
npm install
npm run fix
npm run build
npm start
docker build -t kojinten-front:latest .
docker run --rm -p 8080:80 kojinten-front:latest
Open the below URL:
http://localhost:8080
docker exec -it <CONTAINER_ID> sh
docker login
docker push yumaeda/kojinten-front:latest
Content type
Image
Digest
Size
8.8 MB
Last updated
over 6 years ago
docker pull yumaeda/kojinten-front