Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Roelofs
dt_ctrl
Commits
90af8cbc
Commit
90af8cbc
authored
May 09, 2021
by
Michel Roelofs
Browse files
js...
parent
196327cb
Pipeline
#72
failed with stage
in 3 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
90af8cbc
...
...
@@ -16,8 +16,8 @@ RUN cd /root && git clone https://gitlab.camras.nl/michel/dt_ctrl
RUN
cd
/root/dt_ctrl
&&
git checkout michel
#
RUN cd /root/dt_ctrl && autoconf && ./configure --with-libwebsockets=/usr && make
#
RUN cd /root/dt_ctrl && make console/console/console_httpd
RUN
cd
/root/dt_ctrl
&&
autoconf
&&
./configure
--with-libwebsockets
=
/usr
&&
make
RUN
cd
/root/dt_ctrl
&&
make console/console/console_httpd
RUN
cd
/root/dt_ctrl
&&
git
rm
console/htdocs/js
RUN
cd
/root/dt_ctrl
&&
git
rm
console/htdocs/log
...
...
@@ -36,6 +36,8 @@ COPY --from=builder /root/dt_ctrl/console/js /var/www/console/htdocs/js
COPY
--from=builder /root/dt_ctrl /root/dt_ctrl
COPY
--from=builder /usr/local/lib /usr/local/lib
RUN
mkdir
/var/www/console/htdocs/tle
RUN
cd
/var/www/console/htdocs
&&
ln
-s
/var/log/dt log
#RUN ln -s /root/dt_ctrl/console/js /var/www/console/js
#RUN ln -s /root/dt_ctrl/console/htdocs* /var/www/console/htdocs/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment