Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -27,8 +27,6 @@ RUN pip3 install flask
|
|
| 27 |
|
| 28 |
# Copia el c贸digo del servidor web al contenedor
|
| 29 |
COPY server.py /server.py
|
| 30 |
-
RUN cd /steamcmd
|
| 31 |
-
COPY steamcmd.sh /steamcmd.sh
|
| 32 |
|
| 33 |
# Establece el directorio de trabajo
|
| 34 |
WORKDIR /
|
|
|
|
| 27 |
|
| 28 |
# Copia el c贸digo del servidor web al contenedor
|
| 29 |
COPY server.py /server.py
|
|
|
|
|
|
|
| 30 |
|
| 31 |
# Establece el directorio de trabajo
|
| 32 |
WORKDIR /
|