We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eb6de commit ec5110eCopy full SHA for ec5110e
2 files changed
.dockerignore
docker-compose.yml
@@ -0,0 +1,10 @@
1
+services:
2
+ frontend:
3
+ image: node:18-alpine
4
+ working_dir: /home/node
5
+ command: sh -c "yarn install && yarn start"
6
+ restart: unless-stopped
7
+ volumes:
8
+ - "./:/home/node"
9
+ ports:
10
+ - 3000:3000
0 commit comments