Skip to content

Commit

Permalink
deploy(docker): add smoc-api server dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Feb 8, 2024
1 parent bc0eee7 commit d0edcfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/modo-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ghcr.io/sdsc-ordes/smoc-api:latest

WORKDIR /app
COPY ./server.py /app

RUN python server.py

0 comments on commit d0edcfd

Please sign in to comment.