-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #804 from shlinkio/dependabot/npm_and_yarn/purgecs…
…s-7.0.2 Bump purgecss from 6.0.0 to 7.0.2
- Loading branch information
Showing
7 changed files
with
197 additions
and
204 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,9 +1,9 @@ | ||
FROM node:23.3-alpine as node | ||
FROM node:23.3-alpine AS node | ||
USER root | ||
COPY . /shlink-website | ||
RUN cd /shlink-website && \ | ||
npm ci && \ | ||
npm run build:prod | ||
node --run build:prod | ||
|
||
FROM nginx:1.27.2-alpine | ||
LABEL maintainer="Alejandro Celaya <[email protected]>" | ||
|
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
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
Oops, something went wrong.