mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 21:08:59 -04:00
Copy curl into test container (#616)
This commit is contained in:
@@ -6,6 +6,7 @@ MAINTAINER jekkos
|
||||
COPY Gruntfile.js .
|
||||
COPY package.json .
|
||||
COPY test .
|
||||
RUN npm install
|
||||
COPY curl .
|
||||
# RUN npm install
|
||||
|
||||
# CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']
|
||||
CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']
|
||||
|
||||
Reference in New Issue
Block a user