Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hive
condenser
Commits
5e074bfe
Commit
5e074bfe
authored
Sep 30, 2021
by
Jason Salyers
Browse files
[JES] More updates needed
parent
bf7d72c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
5e074bfe
FROM
node:12.
16.2
as development
FROM
node:12.
22.6
as development
WORKDIR
/var/app
...
...
@@ -18,7 +18,7 @@ FROM development as dependencies
RUN
yarn
install
--non-interactive
--frozen-lockfile
--ignore-optional
--production
### BUILD MINIFIED PRODUCTION ##
FROM
node:12.
16.2
-alpine as production
FROM
node:12.
22.6
-alpine as production
WORKDIR
/var/app
...
...
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