Skip to content

Commit

Permalink
Merge pull request #17 from NeoScript/upgrade_angular
Browse files Browse the repository at this point in the history
Upgrade github action
  • Loading branch information
NeoScript authored Feb 8, 2024
2 parents ade1e46 + 49a5dbb commit 6d154b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [4200, 8681, 7200],
"forwardPorts": [4200, 8681, 7200]

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as build
FROM node:20-alpine as build

WORKDIR /app
ADD webapp .
Expand Down

0 comments on commit 6d154b6

Please sign in to comment.