python hotfix 3
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM node:16.0.0-alpine
|
||||
FROM node:16.10.0
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN sudo apt install python
|
||||
RUN npm install
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user