Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C corteza-server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • corteza
  • corteza-server
  • Merge requests
  • !1

The source project of this merge request has been removed.
Merged
Created 3 years ago by Ghost User@ghost

添加一些注释

  • Overview 0
  • Changes 1

添加一些docker文件的注释

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • version 1
    c668c0a8
    3 years ago

  • 2021.3.x (base)

and
  • latest version
    c668c0a8
    1 commit, 3 years ago

  • version 1
    c668c0a8
    1 commit, 3 years ago

1 file
+ 3
- 0

    Preferences

    File browser
    Compare changes
Dockerfile
+ 3
- 0
  • View file @ c668c0a8

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
ARG SERVER_VERSION=${VERSION}
#ARG CORTEZA_SERVER_PATH=build/corteza-server-${SERVER_VERSION}-linux-amd64.tar.gz
#RUN mkdir /tmp/server
#将build/pkg文件夹里的内容全部拷贝到/corteza里面
COPY build/pkg/* /corteza
VOLUME /data
Show 20 lines Show all unchanged lines Show 20 lines
ENV STORAGE_PATH "/data"
ENV CORREDOR_ADDR "corredor:80"
ENV HTTP_ADDR "0.0.0.0:80"
#启用webapp
ENV HTTP_WEBAPP_ENABLED "true"
ENV PATH "/corteza/bin:${PATH}"
ENV DOMAIN "localhost"
#将webapp的basedir设置为/corteza/webapp/public,但是实际上构建的时候容器不会包含该文件夹,需要添加挂载
ENV HTTP_WEBAPP_BASE_DIR "/corteza/webapp/public"
EXPOSE 80
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
1
1 participant
user avatar
Reference: corteza/corteza-server!1
Source branch: 2021.3.x

    0 pending comments

Menu

Projects Groups Snippets
Help