Trying to fix docker builds

This commit is contained in:
2021-11-12 05:51:27 -05:00
parent 7b27b634e6
commit a40018f184
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:16-alpine
RUN mkdir /app
RUN cd /app