9 lines
179 B
Docker
9 lines
179 B
Docker
FROM cubetiq/calpine-docker-yarn:latest
|
|
|
|
LABEL maintainer="sombochea@cubetiqs.com"
|
|
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |