dockerfiles for front & backend
This commit is contained in:
parent
ee966a533b
commit
d049729b25
8
backend.Dockerfile
Normal file
8
backend.Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
##################################################################################
|
||||
# BRANDED ########################################################################
|
||||
##################################################################################
|
||||
FROM ocelotsocialnetwork/backend:latest as branded
|
||||
|
||||
# Copy public constants to the docker image branding it
|
||||
COPY constants/links.js src/config/
|
||||
COPY constants/metadata.js src/config/
|
||||
8
webapp.Dockerfile
Normal file
8
webapp.Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
##################################################################################
|
||||
# BRANDED ########################################################################
|
||||
##################################################################################
|
||||
FROM ocelotsocialnetwork/webapp:latest as branded
|
||||
|
||||
# Copy public constants to the docker image branding it
|
||||
COPY static/ static/
|
||||
COPY constants/ constants/
|
||||
Loading…
x
Reference in New Issue
Block a user