commit inicial

This commit is contained in:
Sávio Cantero 2024-03-20 14:32:08 -03:00
parent 9abccd1bd9
commit c770873a1b
2 changed files with 7 additions and 2 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:1.25.4
# Copy the build output to replace the default nginx contents.
COPY . /usr/share/nginx/html

View File

@ -7,8 +7,8 @@
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #0c0c0c;
background-color: #5e5e5ec2;
color: #ffffff;
}
#app {