Skip to content

Commit

Permalink
fix dockerfile and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed May 9, 2023
1 parent 0183201 commit 1fc8105
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts as builder
FROM node:lts-alpine as builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FCD requires PostgreSQL as a backend database and [TypeORM](https://github.com/t
#### Create a new database for FCD

```psql
postgres=> CREATE DATABASED fcd OWNER terra;
postgres=> CREATE DATABASE fcd OWNER terra;
```

#### Synchronize Database Scheme
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fc8105

Please sign in to comment.