Reorganize project structure: move public files to public/ directory
This commit is contained in:
parent
8de043bfef
commit
38545721a0
253 changed files with 0 additions and 0 deletions
10
public/languages/javascript/vanilla/Dockerfile
Normal file
10
public/languages/javascript/vanilla/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Vanilla JavaScript (browser-based) - served with Python's simple HTTP server
|
||||
FROM python:3.13-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY uncloseai.html index.html
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["python3", "-m", "http.server", "8000"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue