mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-13 02:03:53 -04:00
- updated some files to match the official CodeIgniter 4 skeleton. - rebuilt package.json from a clean init and modernized metadata and formatting - rebuilt composer.json with modernized metadata and formatting - replaced code of conduct text with markdown - updated Dockerfile to replace deprecated instruction
6 lines
137 B
Docker
6 lines
137 B
Docker
FROM alpine:3.14
|
|
LABEL maintainer="jekkos"
|
|
|
|
ADD database.sql /docker-entrypoint-initdb.d/database.sql
|
|
VOLUME /docker-entrypoint-initdb.d
|