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
catladder
gitlab-ci
Commits
812040b1
Commit
812040b1
authored
Nov 29, 2021
by
Tomáš Knápek
Browse files
Fix for monorepo APP_DIR prefix nginx
parent
9050bd8f
Pipeline
#119575
passed with stages
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dockerfiles/docker-build/scripts/ensureNginxDockerFile
View file @
812040b1
...
...
@@ -2,10 +2,10 @@
# ensure nginx config
if
[
!
-f
nginx.conf
]
;
then
if
[
!
-f
$APP_DIR
/
nginx.conf
]
;
then
echo
"Creating nginx.conf"
cat
>
nginx.conf
<<
NGINX
cat
>
$APP_DIR
/
nginx.conf
<<
NGINX
server {
listen 8080;
...
...
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