Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
853d5c09
Commit
853d5c09
authored
4 months ago
by
Sky Brewer
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused env variables
parent
0e6faa37
No related branches found
No related tags found
2 merge requests
!612
Release 5.0.0
,
!562
CE-3339: Add vite
Pipeline
#205230
passed
4 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-2
0 additions, 2 deletions
Dockerfile
with
0 additions
and
2 deletions
Dockerfile
+
0
−
2
View file @
853d5c09
...
@@ -7,8 +7,6 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
...
@@ -7,8 +7,6 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY
. /usr/src/app
COPY
. /usr/src/app
RUN
npm ci
RUN
npm ci
ENV
PUBLIC_URL "/"
ENV
REACT_APP_LOGIN_METHOD "STD"
RUN
VITE_APP_MUI_PRO_LICENSE_KEY
=
${
REACT_APP_MUI_PRO_LICENSE_KEY
}
npm run build
RUN
VITE_APP_MUI_PRO_LICENSE_KEY
=
${
REACT_APP_MUI_PRO_LICENSE_KEY
}
npm run build
# production environment
# production environment
...
...
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