Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKowalzik committed Feb 25, 2020
2 parents 12832a2 + 82eef1e commit 7ef4b83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.3, 2020-02-25

- Fixed Dockerfile issues.

## v2.0.2, 2020-02-24

- Fixed CI issues.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /app
USER embetty

ADD package.json yarn.lock /app/
RUN yarn install
RUN yarn install --frozen-lockfile
ADD . /app

CMD yarn start
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heise/embetty-server",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"repository": "[email protected]:heiseonline/embetty-server.git",
"author": "Philipp Busse <[email protected]>",
Expand Down

0 comments on commit 7ef4b83

Please sign in to comment.