Skip to content

Commit

Permalink
Create docker-compose-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1212 authored Oct 25, 2023
1 parent 9f4325f commit bc58dde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3'
services:
onlinemat:

container_name: frontend
image: registry.cevi.tools/cevi/onlinemat-frontend:dev

build:
context: .

ports:
- "3000:3000"

stdin_open: true

0 comments on commit bc58dde

Please sign in to comment.