Skip to content

Commit

Permalink
Upgrade to Codeigniter 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atsanna committed Nov 9, 2021
1 parent 82b26fb commit db349ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN chmod +x /startScript.sh

RUN cd /var/www/html

RUN composer create-project codeigniter4/appstarter codeigniter4 v4.1.4
RUN composer create-project codeigniter4/appstarter codeigniter4 v4.1.5
RUN chmod -R 0777 /var/www/html/codeigniter4/writable

RUN mv codeigniter4 /
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Docker Image for CodeIgniter4 development
[![Docker Build Status](https://img.shields.io/docker/cloud/build/atsanna/codeigniter4?style=for-the-badge)](https://hub.docker.com/r/atsanna/codeigniter4/)
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/atsanna/codeigniter4/v4.1.4?style=for-the-badge)](https://hub.docker.com/r/atsanna/codeigniter4/)
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/atsanna/codeigniter4/v4.1.5?style=for-the-badge)](https://hub.docker.com/r/atsanna/codeigniter4/)
![Docker Pulls](https://img.shields.io/docker/pulls/atsanna/codeigniter4?style=for-the-badge)

This repository provides you a development environment without requiring you to install PHP, a web server, and any other server software on your local machine. For this, it requires Docker and Docker Compose.
Expand All @@ -26,12 +26,12 @@ cd codeigniter

build the image:<br>
```
docker build . -t codeigniter:4.1.4
docker build . -t codeigniter:4.1.5
```

start the container:
```
docker container run -it --publish 80:80 --name ci4 -v /localfolder:/var/www/html codeigniter:4.1.4
docker container run -it --publish 80:80 --name ci4 -v /localfolder:/var/www/html codeigniter:4.1.5
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
#--------------------------------------------------------------------------#
#--------------------------------------------------------------------------#
# C O D E I G N I T E R v4.1.4 #
# C O D E I G N I T E R v4.1.5 #
#--------------------------------------------------------------------------#
#--------------------------------------------------------------------------#
codeigniter4:
Expand Down

0 comments on commit db349ee

Please sign in to comment.