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 c2e44406 authored 8 years ago by Johannes Zellner's avatar Johannes Zellner
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update to new base image 0.10.0

1 parent 1dc31c5f
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 5 deletions
  • Dockerfile
Dockerfile
View file @c2e4440
FROM cloudron/base:0.9.0
FROM cloudron/base:0.10.0
MAINTAINER Johannes Zellner <johannes@nebulon.de>
ENV PATH /usr/local/node-4.2.6/bin:$PATH
ENV PATH /usr/local/node-6.9.5/bin:$PATH
RUN mkdir -p /app/code
WORKDIR /app/code
ADD src /app/code/src
ADD frontend /app/code/frontend
ADD package.json server.js start.sh README.md /app/code/
ADD package.json server.js start.sh /app/code/
RUN npm install --production
EXPOSE 3000
CMD [ "/app/code/start.sh" ]
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