Skip to content

Commit

Permalink
missed public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
trajano committed Jul 28, 2024
1 parent 7b00424 commit 02edb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /app
COPY package*.json ./
RUN --mount=type=cache,target=/root/.npm npm ci
COPY ./src/ ./src/
COPY ./public/ ./public/
COPY ./.storybook/ ./.storybook/
COPY *.js *.json ./
RUN ls ./
Expand Down
2 changes: 1 addition & 1 deletion public/assets/Archimedes Trajano.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h3>IBM Canada</h3>
</section>
<aside id="skills" aria-label="Skills">
<img src="https://www.gravatar.com/avatar/a798a3d661375ece15776f83fbb80c2c?s=512" class="profile-image"
alt="Photo of Archie" />
alt="Archie" />
<h1>Skills</h1>
<ul class="fa-ul">
<li><span class="fa-li"><i class="fas fa-code" aria-hidden="true"></i></span>
Expand Down

0 comments on commit 02edb39

Please sign in to comment.