Skip to content
Snippets Groups Projects
Commit 792a8a8e authored by Tommi Penttinen's avatar Tommi Penttinen
Browse files

Add new file

parent 83de6ded
Branches
Tags
No related merge requests found
Pipeline #41841 passed
# This file is a template, and might need editing before it works on your project.
FROM partlab/ubuntu-websocketd
WORKDIR /usr/src/app
# COPY requirements.txt /usr/src/app/
# RUN pip install --no-cache-dir -r requirements.txt
COPY . /usr/src/app
# For Django
EXPOSE 8080
CMD ["websocketd", "--port", "8080", "python", "/usr/src/app/websocketd_server.py", "/opt/persist/data.csv"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment