Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Apr 27, 2023
1 parent 2c909db commit 4dd386e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ---- Production ----
FROM node:18-alpine AS production
WORKDIR /dist
ADD .next ./.next
ADD public ./public
ADD .next ./
ADD public ./
ADD package*.json ./
ADD yarn.lock ./
ADD next.config.js ./next.config.js
ADD next.config.js ./
RUN yarn install --prod

# Expose the port the app will run on
Expand Down

2 comments on commit 4dd386e

@vercel
Copy link

@vercel vercel bot commented on 4dd386e Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

midjourney-ui – ./

midjourney-ui-erictik.vercel.app
midjourney-ui.vercel.app
midjourney-ui-git-main-erictik.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4dd386e Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

midjourney-ui-dqo3 – ./

midjourney-ui-dqo3-git-main-erictik.vercel.app
midjourney-ui-dqo3-erictik.vercel.app
midjourney-ui-dqo3.vercel.app

Please sign in to comment.