Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
AStA
DigiRef
Spieleseite
Commits
5d4e14df
Commit
5d4e14df
authored
Oct 17, 2021
by
j.vondoemming
Browse files
Merge branch 'j.vondoemming-master-patch-15113' into 'master'
Update Dockerfile See merge request
!1
parents
3269754c
48a7b4a3
Pipeline
#240044
failed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
5d4e14df
# This file is a template, and might need editing before it works on your project.
FROM
httpd:alpine
COPY
. /usr/local/apache2/htdocs/
WORKDIR
/usr/local/apache2/htdocs/
COPY
. /app
WORKDIR
/app
RUN
apk update
&&
apk add git make gcc
RUN
make build-renderer
RUN
make build-site
RUN
make deploy-site
RUN
apt update
&&
apt
install
-y
build-essential git
# COPY public/ /usr/local/apache2/htdocs/
RUN
cp
/app/public/ /usr/local/apache2/htdocs/
EXPOSE
80
Write
Preview
Markdown
is supported
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