Skip to content

Commit

Permalink
upgrade and fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Achaak committed Oct 10, 2022
1 parent 5d7f770 commit 1e3d22f
Show file tree
Hide file tree
Showing 12 changed files with 1,184 additions and 6,098 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ RUN yarn --frozen-lockfile
# Copy sources into image
COPY . .
EXPOSE 3000
RUN yarn build
CMD yarn start
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,16 @@ cd ..

Install the application:
```js
npm install
// or
yarn
```

Build the project
```js
npm run build
// or
yarn build
```

Start the application:
```js
npm run start
// or
yarn start
```

Expand All @@ -56,14 +50,10 @@ git pull
```
Install new modules
```js
npm install
// or
yarn
```
Rebuild the project
```js
npm run build
// or
yarn build
```

Expand Down
Loading

0 comments on commit 1e3d22f

Please sign in to comment.