diff --git a/Dockerfile b/Dockerfile index 0a9c727..9be402b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # syntax=docker/dockerfile:1 FROM node:16.10.0-alpine +FROM python WORKDIR /app COPY ./ ./ RUN npm install