mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-20 11:52:56 -04:00
Adapt default test container command (#616)
This commit is contained in:
@@ -8,4 +8,4 @@ COPY package.json .
|
||||
COPY test .
|
||||
RUN npm install
|
||||
|
||||
CMD ['while ! curl web/index.php | grep username; do sleep 1; done; && grunt mochaWebdriver:test']
|
||||
CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']
|
||||
|
||||
Reference in New Issue
Block a user