mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
help ai fix its issues
This commit is contained in:
parent
069e79cd22
commit
606e7b9f6d
2 changed files with 0 additions and 9 deletions
|
@ -7,9 +7,6 @@ WORKDIR /app
|
|||
# Copy the HTML, CSS, and JavaScript files from the current directory to /app
|
||||
COPY . /app
|
||||
|
||||
# Copy the Nginx configuration file to /etc/nginx/conf.d/
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Expose port 80 for HTTP traffic
|
||||
EXPOSE 80
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue