Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Doorcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
b2e0e704
Commit
b2e0e704
authored
Feb 21, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add vue cli to docker image and poke hole in api docker image to allow
for npm run serve
parent
cebf78db
Pipeline
#1863
passed with stages
in 1 minute and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+1
-0
docker-compose.yml.example
docker-compose.yml.example
+1
-0
No files found.
Dockerfile
View file @
b2e0e704
...
...
@@ -17,6 +17,7 @@ RUN apk update && apk add --no-cache \
vim
\
npm
&&
\
apk add
--no-cache
$PHPIZE_DEPS
&&
\
npm
install
-g
@vue/cli
&&
\
pecl
install
xdebug
&&
\
docker-php-ext-enable xdebug
...
...
docker-compose.yml.example
View file @
b2e0e704
...
...
@@ -24,6 +24,7 @@ services:
- webserver_key
ports:
- "8080:443"
- "8000:8000"
volumes:
- ./src/web:/var/www
- ./nginx/conf.d/:/etc/nginx/conf.d/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment