Compare commits

5 Commits

Author SHA1 Message Date
ec41473af3 Add node version 16.5 and yarn 1.22.15 2021-12-23 08:56:19 +07:00
Sambo Chea
db3b875005 Update docker-publish.yml 2021-09-26 18:51:12 +07:00
Sambo Chea
82b78116e9 Update docker-publish.yml 2021-07-14 15:04:32 +07:00
9987810cca Updated docker buiuld action 2021-03-30 09:31:13 +07:00
f8d8671ef2 Updated package json 2021-03-30 09:30:56 +07:00
3 changed files with 4 additions and 6 deletions

View File

@@ -2,8 +2,7 @@ name: Docker CI
on: on:
push: push:
branches: branches: [ main ]
- 'master'
jobs: jobs:
docker: docker:
@@ -21,7 +20,6 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Build and Push from Makefile name: Build and Push from Makefile
run: | run: |

View File

@@ -4,7 +4,7 @@ LABEL maintainer="sombochea@cubetiqs.com"
# Build with root access # Build with root access
USER root USER root
ENV NODE_VERSION 14.16.0 ENV NODE_VERSION 16.5.0
ENV USER_UID 1001 ENV USER_UID 1001
RUN addgroup -g ${USER_UID} node \ RUN addgroup -g ${USER_UID} node \
@@ -77,7 +77,7 @@ RUN addgroup -g ${USER_UID} node \
&& node --version \ && node --version \
&& npm --version && npm --version
ENV YARN_VERSION 1.22.5 ENV YARN_VERSION 1.22.15
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \ && for key in \

View File

@@ -1,7 +1,7 @@
{ {
"name": "excel2json", "name": "excel2json",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Excel to json",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",