typo
This commit is contained in:
parent
d45ecc8e84
commit
248064c0e3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npm install n8n
|
RUN npm install n8n
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb_node
|
FROM ${REPO_LOCATION}minideb-node
|
||||||
|
|
||||||
RUN install_packages sqlite3
|
RUN install_packages sqlite3
|
||||||
COPY /app /app
|
COPY /app /app
|
||||||
|
|
Loading…
Reference in a new issue