Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
azmisahin committed Jun 13, 2022
2 parents 5bdf23a + c631e5b commit 844d09b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ARG DIST_DIR="dist"
# default arguments for application

# product environment
ENV APP_ENV=${ENV}
ENV APP_NAME=${NAME}
ENV APP_ENV=${APP_ENV}
ENV APP_NAME=${APP_NAME}

# default envionment for build
ENV WORK_DIR=${WORK_DIR}
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ services:
com.azmisahin.description: ${APP_NAME}
com.azmisahin.department: "DEVOPS"
# stage
target: ${APP_NAME}
target: ${APP_ENV}}
container_name: ${APP_NAME}-${APP_ENV}-${CONTAINER}
environment:
# build
NAME: ${APP_NAME}
APP_NAME: ${APP_NAME}
WORK_DIR: ${WORK_DIR}
BUILD_DIR: ${BUILD_DIR}
DIST_DIR: ${DIST_DIR}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction
Software webpack template for nodejs javascript scripting language : version 0.1

🔖: releasing / 0.1.2
🔖: releasing / 0.1.3

## Example
```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-template-javascript",
"version": "0.1.2",
"version": "0.1.3",
"description": "Software webpack template for nodejs javascript scripting language : version 0.1",
"main": "src",
"directories": {
Expand Down

0 comments on commit 844d09b

Please sign in to comment.