Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-app
Commits
742ee355
Commit
742ee355
authored
Jan 31, 2022
by
jcorvi
Browse files
Update Dockerfile
parent
b76a991b
Pipeline
#27065
failed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
742ee355
...
...
@@ -20,7 +20,7 @@ COPY ./nginx.conf /etc/nginx/nginx.conf
COPY
--from=build /usr/src/app/dist/my-app /usr/share/nginx/html
COPY
src/manage /usr/share/nginx/html/manage
RUN
apk add util-linux
RUN
cp
/usr/share/nginx/html/manage/v1/api.template /usr/share/nginx/html/manage/v1/api
RUN
sed
-i
"s/{RELEASE_DATE}/
$(
date
+%F
)
/g"
/usr/share/nginx/html/manage/v1/api
RUN
sed
-i
"s/{API_VERSION}/2.0/g"
/usr/share/nginx/html/manage/v1/api
...
...
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