.
This commit is contained in:
parent
9b621571af
commit
2db66483e7
@ -28,6 +28,13 @@ services:
|
||||
depends_on:
|
||||
- mariadb
|
||||
|
||||
backend:
|
||||
build: ./server
|
||||
networks:
|
||||
- network
|
||||
depends_on:
|
||||
- mariadb
|
||||
|
||||
volumes:
|
||||
mariadb_data:
|
||||
|
||||
|
||||
@ -10,10 +10,6 @@ RUN yarn install --production=false
|
||||
# Copiar el código de la aplicación
|
||||
COPY . .
|
||||
|
||||
#ENV MYSQL_HOST=mysql
|
||||
#ENV MYSQL_USER=root
|
||||
#ENV MYSQL_PASSWORD=yourpassword
|
||||
#ENV MYSQL_DB=yourdatabase
|
||||
|
||||
RUN yarn run build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user