mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-22 15:10:13 +00:00
Bump golangci-lint, Docker and Go CI versions (#564)
* Bump golangci-lint and Go CI versions * Bump golangci-lint version * Address nitterinos
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:9-alpine as build
|
||||
FROM node:14-alpine as build
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm set progress=false \
|
||||
&& npm config set depth 0 \
|
||||
@@ -10,7 +10,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN $(npm bin)/ng build --prod --build-optimizer
|
||||
|
||||
FROM nginx:1.13.3-alpine
|
||||
FROM nginx:1.19.2-alpine
|
||||
RUN rm -rf /var/www/html/*
|
||||
COPY nginx/default.conf /etc/nginx/conf.d/
|
||||
COPY --from=build /app/dist /var/www/html
|
||||
|
||||
Reference in New Issue
Block a user