Skip to content

Commit

Permalink
New push
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyXs committed Apr 3, 2024
1 parent 6c86bd2 commit 74f68bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ services:
context: .
target: production
ports:
- 8080:80
- 80:80

8 changes: 4 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ function App() {

return (
<div className="h-screen bg-black flex items-center justify-center">
<p className="text-white text-3xl">Hello world!</p>
<p className="text-white text-3xl">Work in progress...</p>
</div>
)
}
);
};

export default App
export default App;

0 comments on commit 74f68bd

Please sign in to comment.