dockerfile: mention build-image command

This commit is contained in:
Patrik Oldsberg
2021-02-17 21:06:59 +01:00
parent 1ca39b7525
commit 38fe527d97
4 changed files with 10 additions and 3 deletions
@@ -56,6 +56,8 @@ following `Dockerfile`, which is also included when creating a new app with
# yarn install
# yarn tsc
# yarn build
#
# Once the commands have been run, you can build the image using `yarn build-image`
FROM node:14-buster-slim