mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 07:56:34 -04:00
Fix path to database (#3584)
This commit is contained in:
@@ -24,7 +24,7 @@ script:
|
||||
- docker run --rm -it -v $(pwd):/app -w /app node
|
||||
sh -c "npm install && npm install -g gulp && npm run build"
|
||||
- docker build . --target ospos -t ospos
|
||||
- docker build database/ -t jekkos/opensourcepos:sqlscript
|
||||
- docker build app/Database/ -t jekkos/opensourcepos:sqlscript
|
||||
env:
|
||||
global:
|
||||
- DOCKER_COMPOSE_VERSION=1.29.1
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
FROM alpine:3.14
|
||||
MAINTAINER jekkos
|
||||
|
||||
ADD database.sql /docker-entrypoint-initdb.d/database.sql
|
||||
VOLUME /docker-entrypoint-initdb.d
|
||||
Reference in New Issue
Block a user