Skip to content

Commit

Permalink
fixed dockerfile copy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed Apr 15, 2024
1 parent 25c62a3 commit 095c9f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ WORKDIR /usr/share/nginx/html/

# Copy your HTML, CSS, and JS files to the Nginx default public directory
COPY index.html .
COPY css/style.css css/
COPY js/script.js js/
COPY css/ css/
COPY js/ js/
COPY images/ images/


# Expose port 80 for web traffic
EXPOSE 80
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1>HowTo pins</h1>

<footer class="">
Made as a gift from
<a href="https://wiki.chalmers.it/index.php/G%C3%B6ken">
<a href="https://github.com/erikpersson0884 ">
<!-- <img src="images/goken-pa-market.png" alt="Gökens mark" height="10"> -->
Göken
</a>
Expand Down

0 comments on commit 095c9f6

Please sign in to comment.