-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7fd094
commit cd1f327
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:14-alpine as builder | ||
FROM node:alpine3.18 as builder | ||
LABEL maintainer="Stille <[email protected]>" | ||
|
||
WORKDIR / | ||
|
@@ -7,7 +7,7 @@ RUN apk add --no-cache git | |
RUN git clone https://github.com/jaywcjlove/linux-command --depth=1 \ | ||
&& cd linux-command \ | ||
&& npm install \ | ||
&& npm build \ | ||
&& npm run build \ | ||
&& npm run dash | ||
|
||
FROM nginx:stable-alpine | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters