Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansimsmith committed Jun 5, 2021
1 parent f4390c6 commit 0078d0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ENV NODE_ENV=production
COPY package.json yarn.lock ./
RUN yarn install --production
COPY --from=build /app/.next ./.next
COPY public ./public

ENTRYPOINT ["yarn", "start"]

Binary file modified client/public/favicon.ico
Binary file not shown.

0 comments on commit 0078d0a

Please sign in to comment.