Skip to content

Commit

Permalink
배포
Browse files Browse the repository at this point in the history
  • Loading branch information
은지 committed May 9, 2024
1 parent 6309122 commit 0271e0d
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 134 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
FROM node:18-alpine

WORKDIR /
WORKDIR /usr/src/app

COPY package.json .

RUN yarn
COPY package.json ./
COPY yarn.lock ./

RUN yarn
COPY . .

RUN yarn build

EXPOSE 3000

CMD ["yarn", "start"]
1 change: 0 additions & 1 deletion src/assets/font.d.ts

This file was deleted.

Binary file removed src/assets/font/WantedSans-Black.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSans-Bold.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSans-ExtraBlack.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSans-ExtraBold.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSans-Medium.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSans-Regular.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSans-SemiBold.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-Black.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-Bold.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-ExtraBlack.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-ExtraBold.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-Medium.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-Regular.ttf
Binary file not shown.
Binary file removed src/assets/font/WantedSansStd-SemiBold.ttf
Binary file not shown.
11 changes: 0 additions & 11 deletions src/assets/images.d.ts

This file was deleted.

Binary file removed src/assets/img/PNG/Banner.png
Binary file not shown.
3 changes: 0 additions & 3 deletions src/assets/img/SVG/AddButton.svg

This file was deleted.

18 changes: 0 additions & 18 deletions src/assets/img/SVG/Arrow.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/img/SVG/BookMark.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/img/SVG/BookMarkColor.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/img/SVG/CloseEye.svg

This file was deleted.

13 changes: 0 additions & 13 deletions src/assets/img/SVG/Logo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/img/SVG/Logout.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/img/SVG/MyPage.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/img/SVG/MyPageBookMark.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/img/SVG/MyReview.svg

This file was deleted.

Loading

0 comments on commit 0271e0d

Please sign in to comment.