Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • Dockerfile
  • feat: 新增dockfile与nginx配置
    d0b5e8f5
    ww authored
    2024-08-14 14:46:17 +0800  
    Browse Files »
Dockerfile 127 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
FROM nginx:latest

COPY ./target/dist/ /usr/share/nginx/html/
COPY default.conf /etc/nginx/conf.d/default.conf

EXPOSE  80