Skip to content

Commit

Permalink
Merge pull request #162 from Team-TIFY/dev
Browse files Browse the repository at this point in the history
[Deploy] : Tify 1.0 배포
  • Loading branch information
eugene028 authored Nov 13, 2023
2 parents f42af7a + 8960017 commit 9a6ec8d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ COPY yarn.lock .yarn .yarnrc.yml ./

# RUN yarn install
COPY . .
RUN yarn install
RUN yarn build

# COPY .yarn ./.yarn
# COPY .pnp.cjs .yarnrc.yml package.json yarn.lock* ./
# RUN yarn install --immutable

# COPY . .

# RUN npm install yarn --global --force
# RUN yarn set version berry
# RUN yarn install --immutable --immutable-cache --check-cache

# RUN yarn set version berry
# RUN yarn build

RUN yarn build

Expand Down

0 comments on commit 9a6ec8d

Please sign in to comment.