Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit e1d60ef0 authored 9 years ago by Johannes Zellner's avatar Johannes Zellner
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Add missing files

1 parent 50bd3f13
Expand all Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 5 deletions
  • .dockerignore
  • .gitignore
  • Dockerfile
  • app/css/font-awesome.css
  • app/css/font-awesome.min.css
  • app/fonts/FontAwesome.otf
  • app/fonts/fontawesome-webfont.eot
  • app/fonts/fontawesome-webfont.svg
  • app/fonts/fontawesome-webfont.ttf
  • app/fonts/fontawesome-webfont.woff
  • app/fonts/fontawesome-webfont.woff2
.dockerignore
View file @e1d60ef
test/*
node_modules/*
files/*
This diff is collapsed. Click to expand it.
.gitignore
View file @e1d60ef
node_modules/
files/
This diff is collapsed. Click to expand it.
Dockerfile
View file @e1d60ef
......@@ -8,11 +8,12 @@ ENV PATH /usr/local/node-0.12.7/bin:$PATH
RUN mkdir -p /app/code
WORKDIR /app/code
ADD package.json /app/code/package.json
ADD src /app/code/src
ADD app.js /app/code/app.js
ADD app /app/code/app
ADD start.sh /app/code/start.sh
ADD cli /app/code/cli
ADD package.json app.js start.sh README.md /app/code/
RUN npm install --production
EXPOSE 3000
......
This diff is collapsed. Click to expand it.
app/css/font-awesome.css 0 → 100644
View file @e1d60ef
This diff is collapsed. Click to expand it.
app/css/font-awesome.min.css 0 → 100644
View file @e1d60ef
This diff is collapsed. Click to expand it.
app/fonts/FontAwesome.otf 0 → 100644
View file @e1d60ef
No preview for this file type
This diff is collapsed. Click to expand it.
app/fonts/fontawesome-webfont.eot 0 → 100644
View file @e1d60ef
No preview for this file type
This diff is collapsed. Click to expand it.
app/fonts/fontawesome-webfont.svg 0 → 100644
View file @e1d60ef
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
app/fonts/fontawesome-webfont.ttf 0 → 100644
View file @e1d60ef
No preview for this file type
This diff is collapsed. Click to expand it.
app/fonts/fontawesome-webfont.woff 0 → 100644
View file @e1d60ef
No preview for this file type
This diff is collapsed. Click to expand it.
app/fonts/fontawesome-webfont.woff2 0 → 100644
View file @e1d60ef
No preview for this file type
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment