HenzHosting commited on
Commit
a4189b7
·
verified ·
1 Parent(s): 8a94c77

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM node:18-bullseye
4
  # Set working directory
5
  WORKDIR /app
6
 
7
- RUN git clone https://github.com/yummi184/online-product.git /app
8
 
9
  # Set correct permissions
10
  RUN chmod -R 777 /app
 
4
  # Set working directory
5
  WORKDIR /app
6
 
7
+ RUN git clone https://github.com/yummi184/whimsical-wallet-journey.git /app
8
 
9
  # Set correct permissions
10
  RUN chmod -R 777 /app