Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Doorcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
6b625df3
Commit
6b625df3
authored
Dec 15, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy --from doesn't support variables
parent
c001d21d
Pipeline
#13213
failed with stages
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
nginx.Dockerfile
nginx.Dockerfile
+3
-3
No files found.
nginx.Dockerfile
View file @
6b625df3
ARG
APP_IMAGE
FROM
${APP_IMAGE} as source
FROM
nginx:1.19.5-alpine
ARG
APP_IMAGE=''
WORKDIR
/var/www
COPY
--from=
$APP_IMAGE
/var/www ${WORKDIR}
COPY
--from=
source
/var/www ${WORKDIR}
COPY
simplesamlphp-1.19.0-rc1/ ../simplesamlphp
COPY
nginx/conf.d/prod.conf /etc/nginx/conf.d/prod.conf
COPY
nginx/dhparam/ /run/dhparam
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