ByteInternet / hypernode-docker

Fast and easy Docker for Magento development
https://community.hypernode.io/hypernode-docker
35 stars 8 forks source link

fix build command in README for linux devenv #77

Closed vdloo closed 1 year ago

vdloo commented 1 year ago

fixes the build instructions

before:

$ docker build -t hypernode-docker-develop
"docker build" requires exactly 1 argument.
See 'docker build --help'.

Usage:  docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile
[vdloo@workstation5 hypernode-docker]$ cd examples/linux_development/
[vdloo@workstation5 linux_development]$ docker build -t hypernode-docker-develop
"docker build" requires exactly 1 argument.
See 'docker build --help'.

Usage:  docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile

after:

$ docker build -t hypernode-docker-develop .
Sending build context to Docker daemon  8.192kB
Step 1/27 : FROM docker.hypernode.com/byteinternet/hypernode-buster-docker-php81-mysql80:latest
 ---> 8ea48550e534
Step 2/27 : MAINTAINER heesbeen
 ---> Running in a3cae03908a2
Removing intermediate container a3cae03908a2
 ---> e17520a9c243
heesbeen commented 1 year ago

@vdloo Yes, sorry, tested the command in the example folder