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
39763a76
Commit
39763a76
authored
May 09, 2021
by
Michel Roelofs
Browse files
test8
parent
67ff1967
Pipeline
#68
failed with stage
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
39763a76
...
...
@@ -19,6 +19,8 @@ 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
rm
/root/dt_ctrl/var/www/console/htdocs/js
# Create BUILDER container
FROM
debian:buster
AS
runner
...
...
@@ -29,15 +31,14 @@ RUN chmod a+rwx /root
RUN
mkdir
-p
/var/www/console
RUN
rm
-rf
/var/www/console/
*
COPY
--from=builder /root/dt_ctrl/console/htdocs /var/www/console/htdocs
RUN
rm
-rf
/var/www/console/htdocs/js
#COPY --from=builder /root/dt_ctrl/console/js /var/www/console/js
COPY
--from=builder /root/dt_ctrl/console/js /var/www/console/htdocs/js
COPY
--from=builder /var/www/console/htdocs/tle /var/www/console/htdocs/tle
#
COPY --from=builder /var/www/console/htdocs/tle /var/www/console/htdocs/tle
COPY
--from=builder /root/dt_ctrl /root/dt_ctrl
COPY
--from=builder /usr/local/lib /usr/local/lib
RUN
ln
-s
/root/dt_ctrl/console/js /var/www/console/js
#
RUN ln -s /root/dt_ctrl/console/js /var/www/console/js
#RUN ln -s /root/dt_ctrl/console/htdocs* /var/www/console/htdocs/
RUN
ldconfig
...
...
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