Skip to content

Commit

Permalink
WIP file for testing the CI dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juho-kettunen-nc committed Dec 9, 2024
1 parent 8b801e9 commit a566b40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Aasd asd
services:
app:
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
volumes:
- /usr/share/nginx/html
ports:
- "8080:8080"
container_name: mvj-ui-public

0 comments on commit a566b40

Please sign in to comment.