add required images

master
TBS093A 2020-11-04 19:40:21 +01:00
parent 71665b652c
commit d2a5c6835f
4 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

@ -70,7 +70,7 @@ yarn-error.log
.yarn-integrity
# project assets
*.png
# *.png
*.jpg
*.mp4

12
DockerFile 100644
View File

@ -0,0 +1,12 @@
FROM node:15.0.1
RUN npm install gatsby-cli
WORKDIR /app
RUN npm install
EXPOSE 8000
CMD["sysctl", "fs.inotify.max_user_watches=524288" ]
CMD["gatsby", "develop"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

View File

@ -4,10 +4,8 @@ import movementsReducer from './movements/duck'
import commentReducer from './comments/duck'
import subjectReducer from './subjects/duck'
import threadReducer from './threads/duck'
import userReducer from './user/duck'
import chatReducer from './chat/duck'
import exchangeReducer from './exchange/duck'
const rootReducer = combineReducers({