Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Zippy-boy committed Mar 4, 2024
1 parent c18c8e7 commit 383ef68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3'
services:
web:
image: formtime
build: .
container_name: formtime
restart: always
ports:
- "7484:80"
3 changes: 3 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dockerfile for serving a static website using Nginx
FROM nginx
COPY . /usr/share/nginx/html

0 comments on commit 383ef68

Please sign in to comment.