Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kotahi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Omo Oaiya
Kotahi
Commits
cfeb9bf9
Commit
cfeb9bf9
authored
4 years ago
by
Ben Whitmore
Browse files
Options
Downloads
Patches
Plain Diff
fix(upload): fix hanging upload
This was caused by increasing Node version to 15. Closes #166
parent
20652306
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile-development
+1
-1
1 addition, 1 deletion
Dockerfile-development
Dockerfile-production
+2
-2
2 additions, 2 deletions
Dockerfile-production
with
3 additions
and
3 deletions
Dockerfile-development
+
1
−
1
View file @
cfeb9bf9
FROM node:1
5.1
1
FROM node:1
2.2
1
RUN apt-get update && apt-get -y install curl vim bash nano
RUN apt-get update && apt-get -y install curl vim bash nano
WORKDIR /home/node/app
WORKDIR /home/node/app
...
...
This diff is collapsed.
Click to expand it.
Dockerfile-production
+
2
−
2
View file @
cfeb9bf9
# IMAGE FOR BUILDING
# IMAGE FOR BUILDING
FROM node:1
5.1
1-alpine as build
FROM node:1
2.2
1-alpine as build
ARG instance_name
ARG instance_name
ARG node_env
ARG node_env
...
@@ -45,7 +45,7 @@ COPY . .
...
@@ -45,7 +45,7 @@ COPY . .
RUN yarn webpack --config webpack/webpack.production.config.js
RUN yarn webpack --config webpack/webpack.production.config.js
# IMAGE FOR RUNNING
# IMAGE FOR RUNNING
FROM node:1
5.1
1-alpine as server
FROM node:1
2.2
1-alpine as server
WORKDIR /home/node/app
WORKDIR /home/node/app
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment