Giter Club home page Giter Club logo

Comments (2)

omarroth avatar omarroth commented on July 20, 2024

You shouldn't need to run it as sudo, but it still appears to work as expected for me. This is the output I get from docker build -t archive .:

Sending build context to Docker daemon  2.048kB
Step 1/6 : FROM node:10
 ---> 2bcae5bfab70
Step 2/6 : RUN git clone https://github.com/omarroth/archive.git /archive
 ---> Using cache
 ---> 308c4bf8195e
Step 3/6 : WORKDIR /archive/node
 ---> Using cache
 ---> bb2ea5688037
Step 4/6 : RUN npm install
 ---> Running in 00fecbb1ba94
        /* OUTPUT FROM NPM INSTALL */
Removing intermediate container 00fecbb1ba94
 ---> fc50a61199e3
Step 5/6 : WORKDIR /archive/node/worker
 ---> Running in e3bf5ab490ed
Removing intermediate container e3bf5ab490ed
 ---> 3f02de15b83a
Step 6/6 : CMD ["node", "index.js"]
 ---> Running in 7fbcbae1b6a2
Removing intermediate container 7fbcbae1b6a2
 ---> 6c668514d68e
Successfully built 6c668514d68e
Successfully tagged archive:latest

from archive.

cloudrac3r avatar cloudrac3r commented on July 20, 2024

Assuming fixed.

from archive.

Related Issues (12)

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.