Skip to content

Commit 3c3c1be

Browse files
committed
continued: Bump marquez to 0.12.2
Signed-off-by: wslulciuc <[email protected]>
1 parent 73829fa commit 3c3c1be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ COPY --from=build /usr/src/app/api/build/libs/marquez-*.jar /usr/src/app
2121
COPY marquez.dev.yml marquez.dev.yml
2222
COPY docker/entrypoint.sh entrypoint.sh
2323
EXPOSE 5000 5001
24-
ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
24+
ENTRYPOINT ["/usr/src/app/entrypoint.sh"]

web/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM node:11
1+
FROM node:12-alpine
22
WORKDIR /usr/src/app
3+
RUN apk update && apk add --virtual bash coreutils
34
COPY package*.json ./
45
RUN npm install
56
COPY . .

0 commit comments

Comments
 (0)