Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-elife
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-elife
Compare revisions
ba44f74f79f6086a8167c8eeeddb30d7fb700013 to 99e5c036658577f06d2055e3ecdbbe4405f7879a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
xpub/xpub-elife
Select target project
No results found
99e5c036658577f06d2055e3ecdbbe4405f7879a
Select Git revision
Branches
master
Swap
Target
xpub/xpub-elife
Select target project
hdrury1/xpub-elife
1 result
ba44f74f79f6086a8167c8eeeddb30d7fb700013
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Add static directory
· 94475c09
Mihail Dunaev
authored
6 years ago
94475c09
fix: remove references to api/ in Dockerfiles
· 0afba207
Aanand Prasad
authored
6 years ago
0afba207
Merge branch 'add-static' into 'master'
· 99e5c036
Aanand Prasad
authored
6 years ago
Add static directory See merge request
!1
99e5c036
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
Dockerfile-development
+0
-1
0 additions, 1 deletion
Dockerfile-development
static/.gitkeep
+0
-0
0 additions, 0 deletions
static/.gitkeep
with
0 additions
and
2 deletions
Dockerfile
View file @
99e5c036
...
...
@@ -13,7 +13,6 @@ RUN [ "rm", "-rf", "/npm-packages-offline-cache"]
COPY
app.js .babelrc .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY
static static
COPY
api api
COPY
webpack webpack
COPY
config config
COPY
app app
...
...
This diff is collapsed.
Click to expand it.
Dockerfile-development
View file @
99e5c036
...
...
@@ -4,7 +4,6 @@ WORKDIR ${HOME}
COPY package.json yarn.lock app.js .babelrc .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY static static
COPY api api
COPY webpack webpack
COPY config config
COPY app app
...
...
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
View file @
99e5c036
This diff is collapsed.
Click to expand it.