mirror of
https://github.com/sartography/uva-covid19-testing-frontend.git
synced 2025-01-11 16:24:17 +00:00
Removes cr-connect-angular-base dependency.
This commit is contained in:
parent
0cd3da9540
commit
c84223a6c5
@ -1,5 +1,11 @@
|
||||
### STAGE 1: Build ###
|
||||
FROM sartography/cr-connect-angular-base AS builder
|
||||
FROM node AS builder
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
ADD package.json /app/
|
||||
ADD package-lock.json /app/
|
||||
|
||||
COPY . /app/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user