Cleaned up language in the gcc documentation
This commit is contained in:
parent
73a5512104
commit
df0783a28c
|
|
@ -7,7 +7,7 @@ The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Proje
|
||||||
|
|
||||||
## Start a gcc instance running your app
|
## Start a gcc instance running your app
|
||||||
|
|
||||||
For this image, the most straight-forward use is to use a gcc container as both the build environment as well as the runtime environment. In your Dockerfile, you can something along the lines of the following will compile and run your project.
|
For this image, the most straight-forward use is to use a gcc container as both the build environment as well as the runtime environment. In your Dockerfile, you can do something along the lines of the following will compile and run your project.
|
||||||
|
|
||||||
FROM gcc
|
FROM gcc
|
||||||
ADD . /usr/src/myapp
|
ADD . /usr/src/myapp
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Proje
|
||||||
|
|
||||||
## Start a gcc instance running your app
|
## Start a gcc instance running your app
|
||||||
|
|
||||||
For this image, the most straight-forward use is to use a gcc container as both the build environment as well as the runtime environment. In your Dockerfile, you can something along the lines of the following will compile and run your project.
|
For this image, the most straight-forward use is to use a gcc container as both the build environment as well as the runtime environment. In your Dockerfile, you can do something along the lines of the following will compile and run your project.
|
||||||
|
|
||||||
FROM gcc
|
FROM gcc
|
||||||
ADD . /usr/src/myapp
|
ADD . /usr/src/myapp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue