Skip to content

Commit

Permalink
Still testing docker layout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Jun 7, 2024
1 parent f5d932c commit c4794b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM alpine/git AS sources
# TODO - update the tag here
RUN git clone --depth=1 --branch=bulk-upload-bull https://github.com/onaio/express-server.git /usr/src/express-server

RUN git checkout c9ce15a0

FROM node:16.18-alpine as build

COPY ./ /project
Expand All @@ -22,7 +24,6 @@ RUN chown -R node .
USER node
RUN yarn lerna run build


FROM node:16.18-alpine as nodejsbuild

COPY --from=sources /usr/src/express-server /usr/src/express-server
Expand Down

0 comments on commit c4794b1

Please sign in to comment.