fixed node
This commit is contained in:
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Öffne den Port des Web-Servers
|
||||
EXPOSE 80
|
||||
EXPOSE 3000
|
||||
|
||||
# Starte den Web-Server
|
||||
CMD ["python", "server.js"]
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user