Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Actually fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Jan 31, 2024
1 parent 2e9f795 commit 055c71f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions SS_Test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ FROM node:18.17.0 as builder

WORKDIR /SignallingTester

COPY Common/ .
COPY SS_Test/ .
COPY Common/ Common
COPY SS_Test/ SS_Test

WORKDIR /SignallingTester/Common

RUN npm ci
RUN npm run build

WORKDIR /SignallingTester/SS_Test

Expand Down

0 comments on commit 055c71f

Please sign in to comment.