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
b80c6469
Verified
Commit
b80c6469
authored
May 07, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Bump impactometre (back 1.2/front 1.3)
parent
e61c17c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
impactometre/back/Dockerfile
View file @
b80c6469
FROM
node:14-alpine as build
ARG
VERSION=1.
1-rc
ARG
VERSION=1.
2
RUN
apk add
--no-cache
unzip
# Get the release
...
...
impactometre/docker-compose.yml
View file @
b80c6469
...
...
@@ -6,7 +6,7 @@ networks:
services
:
front
:
image
:
registry.picasoft.net/impactometre-front:1.
2-rc
image
:
registry.picasoft.net/impactometre-front:1.
3
container_name
:
impactometre_front
build
:
./front
labels
:
...
...
@@ -19,7 +19,7 @@ services:
restart
:
unless-stopped
back
:
image
:
registry.picasoft.net/impactometre-back:1.
1-rc
image
:
registry.picasoft.net/impactometre-back:1.
2
container_name
:
impactometre_back
build
:
./back
environment
:
...
...
impactometre/front/Dockerfile
View file @
b80c6469
ARG
VERSION=1.
2-rc
ARG
VERSION=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