Skip to content

Commit 3f5d7dd

Browse files
FrancescoXXFrancesco Ciulla
and
Francesco Ciulla
authoredOct 21, 2024··
SEO improvements part 1 (#429)
* SEO improvements part 1 * Update preferences.md --------- Co-authored-by: Francesco Ciulla <francescociulla@Francescos-MacBook-Pro-2.local>
1 parent adcb0f5 commit 3f5d7dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+12154
-890
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:22
22

33
WORKDIR /app
44

‎docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: '3.8'
2-
31
services:
42
react-docker:
5-
image: francescoxx/dailydev-docs:0.9.3
3+
image: francescoxx/dailydev-docs:1.0.0
64
build:
75
context: .
86
ports:

0 commit comments

Comments
 (0)
Please sign in to comment.