Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 20, 2024
1 parent c10907a commit e275c1a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Dockerfile
FROM nanocut/nanocut:1.0.0

WORKDIR /app

COPY requirements.txt.

RUN pip install -r requirements.txt

COPY..

CMD ["python", "sidra_chain_nanotechnology_fabrication_system.py"]

0 comments on commit e275c1a

Please sign in to comment.