Giter Site home page Giter Site logo

Comments (5)

CareyWang avatar CareyWang commented on August 29, 2024

@binhe-cpu 可以先尝试升级下docker版本到最新,Docker version 23.0.3, build 3e7cbfd 暂时没复现

from myurls.

binhe-cpu avatar binhe-cpu commented on August 29, 2024

升级docker后布署成功了,可又出新问题了,生成短链失败
image

from myurls.

binhe-cpu avatar binhe-cpu commented on August 29, 2024

找到原因了,域名后面加了个/

from myurls.

weedsstars avatar weedsstars commented on August 29, 2024

Status: Downloaded newer image for golang:1.20-alpine ---> 818ca3531f99 Step 2/13 : WORKDIR /app ---> Running in c44166717085 Removing intermediate container c44166717085 ---> df3135846e2a Step 3/13 : COPY main.go go.mod go.sum . When using COPY with more than one source file, the destination must be a directory and end with a / ERROR: Service 'myurls' failed to build
这个报错把Dockerfile的第三行的COPY main.go go.mod go.sum .改成COPY main.go go.mod go.sum ./ 就好了

from myurls.

kissyouhunter avatar kissyouhunter commented on August 29, 2024

找到原因了,域名后面加了个/

我也碰到了同样的问题

我的设置
MYURLS_PORT=35202
MYURLS_DOMAIN=1uu.me
MYURLS_TTL=180

from myurls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.