摘要: CI/CD enables us to have a streamlined process for how our code transforms from being written to being deployed to production. Continuous Integration 阅读全文
posted @ 2021-03-31 14:31 Zhentiw 阅读(56) 评论(0) 推荐(0)
摘要: The AWS Command Line Interface (AWS CLI) is a command-line tool that allows you to interact with AWS services using commands in your terminal/command 阅读全文
posted @ 2021-03-31 14:07 Zhentiw 阅读(180) 评论(0) 推荐(0)
摘要: Base container can make Docker build much faster. Our original Dockerfile contained a lot of code to install NodeJS that takes a long time to run. Ins 阅读全文
posted @ 2021-03-31 14:06 Zhentiw 阅读(163) 评论(0) 推荐(0)