adding an empty db file in container
This commit is contained in:
parent
556f3a4e26
commit
a0441acdf9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN npm install --only=prod --no-audit
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY .env.example .env
|
COPY .env.example .env
|
||||||
|
RUN touch database/seepur.sqlite
|
||||||
# EXPOSE 3333
|
# EXPOSE 3333
|
||||||
|
|
||||||
CMD [ "npm", "start"]
|
CMD [ "npm", "start"]
|
||||||
|
|
Reference in a new issue