mirror of
https://github.com/valitydev/wallet-utils.git
synced 2024-11-06 08:55:19 +00:00
Switch to alpine (#28)
This commit is contained in:
parent
5bbe761764
commit
fea4ac222f
@ -4,8 +4,6 @@ FROM $BASE_IMAGE
|
|||||||
MAINTAINER Ildar Galeev <i.galeev@rbkmoney.com>
|
MAINTAINER Ildar Galeev <i.galeev@rbkmoney.com>
|
||||||
COPY dist /usr/share/nginx/html
|
COPY dist /usr/share/nginx/html
|
||||||
COPY nginx.conf /etc/nginx/vhosts.d/wallet.conf
|
COPY nginx.conf /etc/nginx/vhosts.d/wallet.conf
|
||||||
COPY containerpilot.json /etc/containerpilot.json
|
|
||||||
CMD /bin/containerpilot -config file:///etc/containerpilot.json /usr/sbin/nginx -g "daemon off;"
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
LABEL base_image_tag=$BASE_IMAGE_TAG
|
LABEL base_image_tag=$BASE_IMAGE_TAG
|
||||||
LABEL build_image_tag=$BUILD_IMAGE_TAG
|
LABEL build_image_tag=$BUILD_IMAGE_TAG
|
||||||
|
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
|
|||||||
|
|
||||||
# Base image for the service
|
# Base image for the service
|
||||||
BASE_IMAGE_NAME := service-fe
|
BASE_IMAGE_NAME := service-fe
|
||||||
BASE_IMAGE_TAG := 2b4570bc1d9631c10aaed2132eb87eb9003f3471
|
BASE_IMAGE_TAG := 647d66a59ba89ea42b326ca5156f5d1e1395febc
|
||||||
|
|
||||||
BUILD_IMAGE_TAG := b04c5291d101132e53e578d96e1628d2e6dab0c0
|
BUILD_IMAGE_TAG := b04c5291d101132e53e578d96e1628d2e6dab0c0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user