We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64feb66 commit 96105deCopy full SHA for 96105de
Dockerfile
@@ -6,7 +6,7 @@ COPY package*.json ./
6
7
RUN npm install
8
9
-COPY . .
+COPY . /app
10
11
RUN npm run build
12
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
fliptimer_ayushchugh_com_nextjs:
3
- image: node:18-alpine
+ image: fliptimer.ayushchugh.com
4
container_name: fliptimer.ayushchugh.com
5
working_dir: /app
ports:
0 commit comments