UKUgur KAZDALincoderinchief.hashnode.dev·Oct 15, 2021 · 1 min readReactJS Production Build with Docker and NginxHi, let me the start with the issue. YOU CANNOT ACCESS TO THE process.env when you have build.. and that's ok. dont cry about it. Let's see what we can do. First approach is to create an .env file in the project root and set/use you variables like t...00
UKUgur KAZDALincoderinchief.hashnode.dev·Oct 11, 2021 · 1 min readHow to have Docker multi-architecture setupYou have an M1 chip, so keep reading. I am going to share my approach about having multiple architectures on both M1 and Linux/AMD64 architecture for building images with some simple setups. Let say you are using some CICD to deploy to the AWS. Proba...00