OCSInventory-NG / OCSInventory-Docker-Image

Docker image for OCSInventory Server
GNU General Public License v3.0
78 stars 93 forks source link

Fix issue #25 missing files at container restart #26

Closed alexandreChichmanian closed 4 years ago

alexandreChichmanian commented 4 years ago

Must read before submitting

Please, take a look to our contributing guidelines before submitting your pull request. There's some simple rules that will help us to speed up the review process and avoid any misunderstanding

Contributors GuideLines

Status

READY/IN DEVELOPMENT/HOLD

Description

This PR fixes the restart issue. The rm /tmp/* at the end of the docker-entry was the problem

Related Issues

Put here all the related issues link https://github.com/OCSInventory-NG/OCSInventory-Docker-Image/issues/25

Todos

Test environment

Test done: build new image docker-compose up stop ocs-server start ocs-server

General informations

Docker host's operating system : Fedora

Docker informations

Docker compose version :1.24.1 Docker version : 19.03.5

Deploy Notes

Notes regarding deployment the contained body of work. These should note any dependencies changes, logical changes, etc.

1.

Impacted Areas in Application

List general components of the application that this PR will affect:

*

gillesdubois commented 4 years ago

Hi,

Thx for your contribution i'm gonna apply this behavior to the nightly tag and we should be ok with the missing files problem :)

Regards, Gilles Dubois.