bradduy commited on
Commit
e8764f3
·
1 Parent(s): 038b135
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY package*.json ./
10
  RUN yarn install
11
 
12
  # Copy the rest of the application code into the container
13
- COPY . .
14
 
15
  # Expose the port that Next.js will run on
16
  EXPOSE 3000
 
10
  RUN yarn install
11
 
12
  # Copy the rest of the application code into the container
13
+ # COPY . .
14
 
15
  # Expose the port that Next.js will run on
16
  EXPOSE 3000