반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- NextJS
- spring3
- javascript
- nodejs
- PM2
- Push
- yona
- FCM
- centos7
- pwa
- jenkins
- security
- SpringBoot
- jquery
- popup
- node.js
- MariaDB
- MSsql
- Eclipse
- config
- submit
- Next.js
- ajax
- docker
- mysql
- mybatis
- rocky9
- Maven
- Java
- git
Archives
- Today
- Total
목록build (1)
ふたりで
Dockerfile build by Node.js Simple Project
windows 11 + docker desktop에서 단순한 node.js 환경의 프로젝트를 dockerfile로 작성 후 build 해보기. # dockerfile을 작성할 프로젝트 구조.## 프로젝트의 root경로의 파일명 Dockerfile 인 파일의 내용.# Start your image with a node base imageFROM node:18-alpine# The /app directory should act as the main application directoryWORKDIR /app# Copy the app package and package-lock.json fileCOPY package*.json ./# Copy local directories to the current lo..
docker
2024. 7. 24. 15:59