Fix path to database (#3584)

This commit is contained in:
jekkos
2023-06-11 23:42:12 +02:00
parent 5ef3717774
commit 3f87a92816
2 changed files with 1 additions and 6 deletions

View File

@@ -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

View File

@@ -1,5 +0,0 @@
FROM alpine:3.14
MAINTAINER jekkos
ADD database.sql /docker-entrypoint-initdb.d/database.sql
VOLUME /docker-entrypoint-initdb.d