Skip to content
Snippets Groups Projects
Commit 635bedf9 authored by Eduardo Goncalves Silva's avatar Eduardo Goncalves Silva
Browse files

Edit Dockerfile

parent 05747087
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RUN rm -rf /usr/share/nginx/html/*
COPY . /usr/share/nginx/html
# Exponiere Port 80 für den Zugriff
EXPOSE 8000
EXPOSE 80
# Starte Nginx
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment