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 d2c43bc commit 342efb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
jobs:
buildAndPush:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# ---- Build ----
FROM node:18-alpine AS base
FROM node:18-alpine AS build
WORKDIR /app
ADD . .
RUN npm install
RUN npm run build


# ---- Production ----
FROM node:18-alpine AS production
WORKDIR /app
Expand Down

2 comments on commit 342efb1

@vercel
Copy link

@vercel vercel bot commented on 342efb1 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-zcpua.vercel.app
midjourney-ui-phi.vercel.app
midjourney-ui-git-main-zcpua.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 342efb1 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.vercel.app
midjourney-ui-dqo3-erictik.vercel.app

Please sign in to comment.