반응형
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
- ajax
- jenkins
- git
- spring3
- Eclipse
- mysql
- Java
- FCM
- rocky9
- Next.js
- submit
- popup
- yona
- security
- centos7
- javascript
- config
- PM2
- docker
- mybatis
- nodejs
- node.js
- MSsql
- jquery
- NextJS
- Push
- pwa
- MariaDB
- Maven
- SpringBoot
Archives
- Today
- Total
목록Desktop (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