File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 4646
4747 # Step 8: Push Frontend Docker image to Docker Hub
4848 - name : Push Frontend Docker image
49- <<<<<<< HEAD
5049 run : docker push echelonkay/devops-qr-code-frontend:latest
51- =======
52- run : docker push echelonkay/devops-qr-code-frontend:latest
53- >>>>>>> 9db5a81 (Moved Terraform files into the infrastructure folder)
Original file line number Diff line number Diff line change @@ -11,17 +11,11 @@ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
1111COPY install-dependencies.sh ./
1212
1313# Install dependencies using the script
14- <<<<<<< HEAD
15- RUN ./install-dependencies.sh
16- =======
1714RUN chmod +x ./install-dependencies.sh && ./install-dependencies.sh
18- >>>>>>> 9db5a81 (Moved Terraform files into the infrastructure folder)
1915
2016# Copy the rest of the application code
2117COPY . .
2218
23- <<<<<<< HEAD
24- =======
2519# Run the Next.js build step
2620RUN npm run build
2721
@@ -31,18 +25,8 @@ RUN mkdir -p .next
3125# Copy the .next folder (to avoid context issues)
3226COPY .next ./.next
3327
34- >>>>>>> 9db5a81 (Moved Terraform files into the infrastructure folder)
3528# Expose the application port
3629EXPOSE 3000
3730
3831# Start the application
3932CMD ["npm" , "start" ]
40- <<<<<<< HEAD
41-
42- # Build the Next.js app
43- RUN npm run build
44-
45- # Expose the build folder
46- COPY .next ./.next
47- =======
48- >>>>>>> 9db5a81 (Moved Terraform files into the infrastructure folder)
You can’t perform that action at this time.
0 commit comments