Greg-House commited on
Commit
61adf9c
·
verified ·
1 Parent(s): ba80925

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -15
Dockerfile CHANGED
@@ -1,15 +1 @@
1
- # This image is built automatically by Nixery and contains:
2
- # - bash
3
- # - curl
4
- # - python3
5
- FROM nixery.dev/shell/curl/python3
6
-
7
- # Create a simple app
8
- WORKDIR /app
9
- COPY app.py .
10
-
11
- # Expose a demo port
12
- EXPOSE 8000
13
-
14
- # Run the Python server
15
- CMD ["python3", "app.py"]
 
1
+ FROM nextcloud:latest