Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,6 +19,6 @@ RUN tar -zxf ./node-v20.15.0-linux-x64.tar.gz
|
|
| 19 |
RUN chown -R user:user ./
|
| 20 |
RUN chmod +x ./entrypoint.sh
|
| 21 |
|
| 22 |
-
EXPOSE
|
| 23 |
|
| 24 |
CMD ./entrypoint.sh
|
|
|
|
| 19 |
RUN chown -R user:user ./
|
| 20 |
RUN chmod +x ./entrypoint.sh
|
| 21 |
|
| 22 |
+
EXPOSE 80
|
| 23 |
|
| 24 |
CMD ./entrypoint.sh
|