Skip to content

Commit

Permalink
Docker build and compose
Browse files Browse the repository at this point in the history
  • Loading branch information
68mschmitt committed Oct 2, 2024
1 parent 59114fa commit 8d1e884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
medical-site:
build: .
ports:
- "9090:80"
2 changes: 2 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html

0 comments on commit 8d1e884

Please sign in to comment.