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
Picasoft
Technique
Dockerfiles
Commits
44c10992
Verified
Commit
44c10992
authored
May 07, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
impact add v before version number for impactometre
parent
b80c6469
Changes
2
Hide whitespace changes
Inline
Side-by-side
impactometre/back/Dockerfile
View file @
44c10992
FROM
node:14-alpine
as
build
ARG
VERSION=1.2
ARG
VERSION=
v
1.2
RUN
apk add
--no-cache
unzip
# Get the release
...
...
impactometre/front/Dockerfile
View file @
44c10992
ARG
VERSION=1.3
ARG
VERSION=
v
1.3
# Use a multi stage build : first compile and minify JS files, then serve them with a simple nginx
FROM
node:14-alpine
as
build
...
...
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