File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ $ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app thecodingm
3838Example with Apache:
3939
4040``` bash
41- $ docker run -p 80:80 --name my-apache-app -v " $PWD " :/var/www/html thecodingmachine/nodejs:v2-18-bullseye- apache
41+ $ docker run -p 80:80 --name my-apache-app -v " $PWD " :/var/www/html thecodingmachine/nodejs:v2-18-apache-bullseye
4242```
4343
4444Example with Apache + Node 18.x in a Dockerfile:
4545
4646** Dockerfile**
4747``` Dockerfile
48- FROM thecodingmachine/nodejs:v2-18-bullseye- apache
48+ FROM thecodingmachine/nodejs:v2-18-apache-bullseye
4949
5050COPY src/ /var/www/html/
5151RUN yarn install
@@ -83,7 +83,7 @@ For instance:
8383version : ' 3'
8484services :
8585 my_app :
86- image : thecodingmachine/nodejs:v2-18-bullseye- apache
86+ image : thecodingmachine/nodejs:v2-18-apache-bullseye
8787 environment :
8888 # Enable the DAV extension for Apache
8989 APACHE_EXTENSION_DAV : 1
You can’t perform that action at this time.
0 commit comments