Skip to content

Commit

Permalink
check if node 18 dockerfile works
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 8, 2023
1 parent 29e4b24 commit 0f1b912
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:12 as TestRunner
WORKDIR /test_work_dir
COPY package*.json ./
RUN npm install
# syntax=docker/dockerfile:1
FROM node:18 as TestRunner
WORKDIR /test_work_dir
COPY package*.json ./
RUN npm install
COPY . ./

0 comments on commit 0f1b912

Please sign in to comment.