rishi9440 commited on
Commit
0a0a011
1 Parent(s): 26ef69b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM pytorch/pytorch:latest
2
-
 
3
  WORKDIR /app
4
 
5
  COPY . .
 
1
  FROM pytorch/pytorch:latest
2
+ FROM nginxinc/nginx-unprivileged:alpine
3
+ COPY . /usr/share/nginx/html
4
  WORKDIR /app
5
 
6
  COPY . .