Skip to content

Commit 96105de

Browse files
committed
fix: image name
1 parent 64feb66 commit 96105de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY package*.json ./
66

77
RUN npm install
88

9-
COPY . .
9+
COPY . /app
1010

1111
RUN npm run build
1212

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
fliptimer_ayushchugh_com_nextjs:
3-
image: node:18-alpine
3+
image: fliptimer.ayushchugh.com
44
container_name: fliptimer.ayushchugh.com
55
working_dir: /app
66
ports:

0 commit comments

Comments
 (0)