mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: correct stage name in dev dockerfile (#13393)
Co-authored-by: ThisIsMissEm <ThisIsMissEm@users.noreply.github.com>
This commit is contained in:
		| @@ -58,8 +58,8 @@ RUN corepack enable \ | ||||
|     && mkdir -p /usr/src/app/logs/ /opt/config/ \ | ||||
|     && chown -R ${USER}:${USER} /usr/src/app/ /opt/config/ | ||||
|  | ||||
| COPY --from=build --chown=${USER}:${USER} /usr/src/app/ /usr/src/app/install/docker/setup.json /usr/src/app/ | ||||
| COPY --from=build --chown=${USER}:${USER} /usr/bin/tini /usr/src/app/install/docker/entrypoint.sh /usr/local/bin/ | ||||
| COPY --from=git --chown=${USER}:${USER} /usr/src/app/ /usr/src/app/install/docker/setup.json /usr/src/app/ | ||||
| COPY --from=git --chown=${USER}:${USER} /usr/bin/tini /usr/src/app/install/docker/entrypoint.sh /usr/local/bin/ | ||||
| COPY --from=node_modules_touch --chown=${USER}:${USER} /usr/src/app/ /usr/src/app/ | ||||
| COPY --from=git --chown=${USER}:${USER} /usr/src/app/ /usr/src/app/ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user