Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Frikanalen/frikanalen
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Jul 26, 2020
2 parents 2e8bbd0 + cb5c1ac commit d2ac2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ RUN yarn install --quiet

COPY . .

CMD yarn run dev
#CMD yarn build && yarn run start
#CMD yarn run dev
CMD yarn build && yarn run start
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "NEXT_PUBLIC_ENV=development next",
"staging": "NEXT_PUBLIC_ENV=staging next",
"build": "next build",
"start": "NEXT_PUBLIC_ENV=production next start"
"start": "NEXT_PUBLIC_ENV=production next"
},
"keywords": [],
"author": "Tore Sinding Bekkedal",
Expand Down

0 comments on commit d2ac2b2

Please sign in to comment.