Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Root
k8s
docs
Commits
e78e8f07
Commit
e78e8f07
authored
2 months ago
by
yyvf
Browse files
Options
Downloads
Patches
Plain Diff
ci: testing
parent
322216b8
No related branches found
No related tags found
No related merge requests found
Pipeline
#41576
passed
2 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-4
5 additions, 4 deletions
Dockerfile
with
5 additions
and
4 deletions
Dockerfile
+
5
−
4
View file @
e78e8f07
...
@@ -2,13 +2,14 @@ FROM node:latest AS build
...
@@ -2,13 +2,14 @@ FROM node:latest AS build
WORKDIR
/app
WORKDIR
/app
COPY
. .
RUN
apt-get update
-y
&&
apt-get
install
-y
golang
&&
\
RUN
apt-get update
-y
&&
apt-get
install
-y
golang
&&
\
npm
install
postcss postcss-cli autoprefixer
&&
\
npm
install
postcss postcss-cli autoprefixer
&&
\
curl
-L
https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.deb
-o
hugo.deb
&&
\
curl
-L
https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.deb
-o
hugo.deb
&&
\
dpkg
-i
hugo.deb
&&
\
dpkg
-i
hugo.deb
hugo
COPY
. .
RUN
hugo
FROM
nginx:alpine
FROM
nginx:alpine
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment