This commit is contained in:
Starbeamrainbowlabs 2022-11-05 21:28:44 +00:00
parent d45ecc8e84
commit 248064c0e3
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN mkdir /app
WORKDIR /app
RUN npm install n8n
FROM ${REPO_LOCATION}minideb_node
FROM ${REPO_LOCATION}minideb-node
RUN install_packages sqlite3
COPY /app /app