Adding and Restructuring Commands and Classes #8

Merged
voidf1sh merged 6 commits from dev into main 2023-08-08 20:38:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b28e193b55 - Show all commits

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:18
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app