Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CMPT370_Group_6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
CMPT 370 Project
CMPT370_Group_6
Commits
2bb12b46
Commit
2bb12b46
authored
3 years ago
by
Brett Popowycz (bwp265)
Browse files
Options
Downloads
Patches
Plain Diff
Fixed not working on linux hopefully
parent
c78137ce
Branches
npm-fix-test
Branches containing commit
No related tags found
3 merge requests
!8
Draft: merge listings into main
,
!7
Draft:Moving npm-fix into listings
,
!6
Npm fix test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Dockerfile
+1
-0
1 addition, 0 deletions
src/Dockerfile
with
1 addition
and
0 deletions
src/Dockerfile
+
1
−
0
View file @
2bb12b46
...
...
@@ -11,6 +11,7 @@ ENV PATH /app/node_modules/.bin:$PATH
COPY
package-lock.json /app/
COPY
package.json /app/
RUN
npm
install
react-router-dom react-bootstrap bootstrap@5.1.3
--save
RUN
mkdir
-p
node_modules/.cache
&&
chmod
-R
777 node_modules/.cache
COPY
. ./
...
...
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