In this article, I will teach how to deploy a dockerized next js app in Azure app services. Dockerize a NEXT JS APP Let's create our docker file. FROM node:alpine RUN mkdir -p /usr/src/ WORKDIR /usr/src/ COPY . /usr/src/ RUN npm install RUN ...
2 min read
·
101 views
3 min read
90 views
134 views
5 followers
Hi! I'm Bawantha and I'm a JavaScript developer. I write about my experiences as a Software Engineer and the tech I use daily.
1 min read
98 views
270 views
169 views
143 views
76 views
42 views
45 views
36 views