error changes

This commit is contained in:
Priyatham-sai-chand 2021-01-25 23:27:28 +05:30
parent 839aa37dfc
commit 10d50c9e28
3 changed files with 14 additions and 13 deletions

14
.gitpod.Dockerfile vendored
View File

@ -1,7 +1,7 @@
FROM gitpod/workspace-mongodb
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
FROM gitpod/workspace-mongodb
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

View File

@ -1,6 +1,6 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start
image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start

View File

@ -25,6 +25,7 @@ const Heading = styled.h1`
padding-top: 15%;
color: white;
font-size: 4rem;
margin: 0px;
`;