docker
This commit is contained in:
parent
2d6a1cbcef
commit
8e5bb377fc
|
@ -4,7 +4,7 @@ WORKDIR /app
|
|||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install --production
|
||||
RUN npm install
|
||||
|
||||
COPY backend/ ./backend/
|
||||
COPY public/ ./public/
|
||||
|
|
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
retropulse:
|
||||
image: codeberg.org/aiquiral/retropulse:latest
|
||||
container_name: retropulse
|
||||
ports:
|
||||
- "8090:8090"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
Loading…
Reference in a new issue