update ci-cd
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
image: node:lts
|
||||
ports:
|
||||
- 4321:4321
|
||||
working_dir: /app
|
||||
command: npm run dev -- --host 0.0.0.0
|
||||
volumes:
|
||||
- ./:/app
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 80
|
||||
networks:
|
||||
- public
|
||||
networks:
|
||||
public:
|
||||
name: public
|
||||
external: true
|
||||
Reference in New Issue
Block a user