Skip to content

Commit

Permalink
chore(*): move original templates to templates/
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian Zeng committed Dec 16, 2020
1 parent 378f30b commit d09ea67
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /root

# Copy cyclone server and stage templates
COPY bin/server /cyclone-server
COPY manifests/templates /root/templates
COPY templates /root/templates

EXPOSE 7099

Expand Down
2 changes: 1 addition & 1 deletion build/server/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /root

# Copy cyclone server and stage templates
COPY bin/server /cyclone-server
COPY manifests/templates /root/templates
COPY templates /root/templates

EXPOSE 7099

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d09ea67

Please sign in to comment.