mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-08 19:35:10 -05:00
Update Dockerfile to use Node.js v18
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:17 as build
|
||||
FROM node:18 as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -13,7 +13,7 @@ ADD tsconfig.json /app
|
||||
|
||||
RUN npx tsc
|
||||
|
||||
FROM node:17
|
||||
FROM node:18
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y android-tools-adb && \
|
||||
|
||||
Reference in New Issue
Block a user