This commit is contained in:
David Arranz 2024-09-06 18:35:45 +02:00
parent 08fb29945f
commit 0f0e0e2584

View File

@ -12,7 +12,7 @@ ENV NODE_ENV $NODE_ENV
WORKDIR /api
COPY package.json /api/package.json
#RUN yarn install
RUN yarn install
# Copiar el código de la aplicación
COPY . /api