Skip to content

Commit

Permalink
feat : 랜딩페이지 리뉴얼, 도커파일 수정
Browse files Browse the repository at this point in the history
Merge branch 'dev' of https://github.com/Gosrock/DuDoong-Front into release/ticket
  • Loading branch information
9yujin committed Feb 3, 2024
2 parents fb5c3dd + 40e6f9a commit 9cc2a93
Show file tree
Hide file tree
Showing 51 changed files with 2,817 additions and 51 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.ticket
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ COPY package.json ./
COPY yarn.lock ./
# Installs all node packages
# RUN npm ci
RUN npm install yarn --global --force
RUN yarn install --immutable --immutable-cache --check-cache
RUN yarn set version 3.3.0


# Copies everything over to Docker environment
Expand All @@ -35,4 +34,4 @@ RUN rm -rf apps/ticket/.next/cache
# COPY --from=builder /app/build /usr/share/nginx/html/
# Containers run nginx with global directives and daemon off
EXPOSE 3000
CMD ["yarn", "ticket:start"]
CMD ["yarn", "ticket:start"]
1 change: 1 addition & 0 deletions apps/ticket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@emotion/styled": "^11.10.5",
"@next/font": "13.0.7",
"@toast-ui/react-editor": "^3.2.2",
"@toss/impression-area": "^1.3.1",
"@tosspayments/payment-widget-sdk": "^0.5.2",
"@types/node": "18.11.16",
"@types/react": "18.0.26",
Expand Down
335 changes: 335 additions & 0 deletions apps/ticket/src/assets/landing-renewal/feature-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
337 changes: 337 additions & 0 deletions apps/ticket/src/assets/landing-renewal/feature-pc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/ticket/src/assets/landing-renewal/intro-title-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9cc2a93

Please sign in to comment.