mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -05:00
6 lines
129 B
Docker
6 lines
129 B
Docker
FROM alpine:3.14
|
|
MAINTAINER jekkos
|
|
|
|
ADD database.sql /docker-entrypoint-initdb.d/database.sql
|
|
VOLUME /docker-entrypoint-initdb.d
|