Skip to content

Commit

Permalink
chore: [FOLIO-3] Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YerangPark committed Aug 23, 2024
1 parent ad1046c commit 5fe4067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ RUN npm run build
# 애플리케이션 포트를 노출합니다.
EXPOSE 3000

# 운용할 배포 서버(랴즈)가 aarch64 플랫폼이
FROM --platform=linux/arm64 base-image:tag

# 앱을 시작하는 명령어입니다.
CMD ["npm", "start"]

0 comments on commit 5fe4067

Please sign in to comment.