Updated workdir
This commit is contained in:
parent
418adc0abd
commit
4bc23af526
@ -1,15 +1,15 @@
|
||||
FROM cubetiq/calpine-node:latest
|
||||
LABEL maintainer="sombochea@cubetiqs.com"
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
VOLUME [ "/app/data" ]
|
||||
|
||||
ENV INPUT_FILE './data/people.xlsx'
|
||||
ENV OUTPUT_PATH './data/outputs'
|
||||
ENV MAPPER_FILE './data/mapper.json'
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /usr/src/app
|
||||
COPY . /app
|
||||
|
||||
RUN yarn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user