Skip to content
Snippets Groups Projects
Commit 41e3b891 authored by Paul's avatar Paul :turtle:
Browse files

use our registry for web-vue service

parent 14026ff4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ services:
ICEBOX_API_PORT: 8081
ICEBOX_WEB_PORT: 8080
web-vue:
build: web-vue
image: registry.chaotikum.net/icebox/icebox-vuetified
restart: always
depends_on:
- backend
......
FROM httpd:2.4.51
RUN apt-get update
RUN apt-get install -y git
RUN rm -rf /usr/local/apache2/htdocs
RUN git clone https://git.chaotikum.org/chaotikum/icebox-vuetified.git /usr/local/apache2/htdocs/ --depth=1
RUN rm -rf /usr/local/apache2/htdocs/.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment