This website works better with JavaScript.
Home
Help
Sign In
horrific
/
horrific.dev
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
yay docker
master
James Fenn
3 months ago
parent
b19540744e
commit
b71b9b881e
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.dockerignore
+1
-2
docker-compose.yml
+ 0
- 1
.dockerignore
View File
@@ -1,5 +1,4 @@
node_modules
public
server/build
npm-debug.log
package-install.lock
+ 1
- 2
docker-compose.yml
View File
@@ -7,7 +7,6 @@ services:
image: horrificdev
command: npm run start
volumes:
- .:/home/node/app/
- /home/node/app/node_modules
- /home/node/app
ports:
- "1030:3000"
Write
Preview
Loading…
Cancel
Save